Partial fix for #12415: DOM interfaces

This commit is contained in:
Scott Trinh 2016-10-23 10:16:41 -04:00
parent bfd966f819
commit 9af35e8a25
3 changed files with 1 additions and 4 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#the-domstringmap-interface
[OverrideBuiltins, Exposed=(Window,Worker)]
[OverrideBuiltins]
interface DOMStringMap {
getter DOMString (DOMString name);
[Throws]

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://dom.spec.whatwg.org/#domtokenlist
[Exposed=(Window,Worker)]
interface DOMTokenList {
[Pure]
readonly attribute unsigned long length;