Enable structural mode for all operations if there is a Global extended attribute on the interface

This commit is contained in:
Anton Danilkin
2018-08-05 17:32:39 +03:00
committed by Alex Crichton
parent 90579416cf
commit ebab7d9fc8
3 changed files with 22 additions and 2 deletions

View File

@ -25,7 +25,9 @@
// interface XULControllers;
// http://www.whatwg.org/specs/web-apps/current-work/
[PrimaryGlobal, LegacyUnenumerableNamedProperties, NeedResolve]
[Global=Window,
Exposed=Window,
LegacyUnenumerableNamedProperties]
/*sealed*/ interface Window : EventTarget {
// the current browsing context
[Unforgeable, Constant, StoreInSlot,