| Index: third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.idl b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| index 1b0ce7796258a6d77e97e47469b69e7da7677208..6a4c9f772baa7bec83ea339e46c964271c7a3d9c 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.idl
|
| @@ -35,8 +35,7 @@
|
| [RaisesException, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
|
| [RaisesException, CustomElementCallbacks] boolean supports(DOMString token);
|
| attribute DOMString value;
|
| - // FIXME: stringifier should be enumerable.
|
| - [NotEnumerable] stringifier;
|
| + stringifier;
|
| iterable<DOMString>;
|
|
|
|
|
|
|