зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1270366. PluginArray and Plugin should have unenumerable named properties. r=bkelly
This commit is contained in:
Родитель
2156ef5c6e
Коммит
5c3fbbe9c9
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче