Bug 1270366. PluginArray and Plugin should have unenumerable named properties. r=bkelly

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

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

@ -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=1270366
[LegacyUnenumerableNamedProperties]
interface Plugin {
readonly attribute DOMString description;
readonly attribute DOMString filename;

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

@ -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=1270366
[LegacyUnenumerableNamedProperties]
interface PluginArray {
readonly attribute unsigned long length;