Bug 1270364. MimeTypeArray should have unenumerable named properties per spec. r=bkelly

This commit is contained in:
Boris Zbarsky 2016-08-31 10:57:40 -04:00
Родитель 5c3fbbe9c9
Коммит d2b5054375
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -4,9 +4,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*/
// [LegacyUnenumerableNamedProperties]
// Named properties enumerable for now; see
// https://bugzilla.mozilla.org/show_bug.cgi?id=1270364
[LegacyUnenumerableNamedProperties]
interface MimeTypeArray {
readonly attribute unsigned long length;