| Index: Source/core/dom/DOMTokenList.idl
|
| diff --git a/Source/core/dom/DOMTokenList.idl b/Source/core/dom/DOMTokenList.idl
|
| index ecc26118c65a2f8d3e976f07226e8f505de64954..1293203c498ea8096609ea9927926222f1174fb6 100644
|
| --- a/Source/core/dom/DOMTokenList.idl
|
| +++ b/Source/core/dom/DOMTokenList.idl
|
| @@ -23,6 +23,7 @@
|
| */
|
|
|
| // https://dom.spec.whatwg.org/#interface-domtokenlist
|
| +
|
| [
|
| SetWrapperReferenceFrom=element,
|
| WillBeGarbageCollected,
|
| @@ -33,7 +34,7 @@
|
| [RaisesException, CustomElementCallbacks] void add(DOMString... tokens);
|
| [RaisesException, CustomElementCallbacks] void remove(DOMString... tokens);
|
| [RaisesException, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
|
| -
|
| + // FIXME: stringifier should be enumerable.
|
| [NotEnumerable] stringifier;
|
| iterable<DOMString>;
|
| };
|
|
|