Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: third_party/WebKit/Source/core/dom/DOMTokenList.idl

Issue 1916453002: Make DOMTokenList.prototype.toString enumerable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update expected output Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698