Bug 1325675 - Followup bustage fix for a newly-landed test that needs an update along the same lines as the others this bug just touched. r=sparky

This commit is contained in:
Jeff Walden 2016-12-29 18:30:59 -06:00
Родитель d090fc1e7c
Коммит 1517b40e82
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,9 +1,10 @@
// |reftest| skip-if(!this.hasOwnProperty("Intl"))
// |reftest| skip-if(!this.hasOwnProperty("Intl")||!this.hasOwnProperty("addIntlExtras"))
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
addIntlExtras(Intl);
// Test subclassing %Intl.PluralRules% works correctly.
class MyPluralRules extends Intl.PluralRules {}