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

Unified Diff: Source/core/html/HTMLCollection.idl

Issue 1220883007: [dom] support iterable<> NodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
Index: Source/core/html/HTMLCollection.idl
diff --git a/Source/core/html/HTMLCollection.idl b/Source/core/html/HTMLCollection.idl
index 85c2d5acb74e618a2c899948fed011e55cac5c1a..32629185b82b7f3ecb163f8eac5c285052ded54f 100644
--- a/Source/core/html/HTMLCollection.idl
+++ b/Source/core/html/HTMLCollection.idl
@@ -30,4 +30,5 @@
// FIXME: The index argument should not be optional.
getter Element? item([Default=Undefined] optional unsigned long index);
getter Element? namedItem(DOMString name);
+ iterable<Element>;
jsbell 2015/07/01 18:00:30 Ditto.
};
« Source/core/html/HTMLAllCollection.idl ('K') | « Source/core/html/HTMLCollection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698