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

Unified Diff: core/dom/NodeList.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/dom/NodeIterator.idl ('k') | core/dom/ParentNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/NodeList.idl
diff --git a/core/dom/NodeList.idl b/core/dom/NodeList.idl
index 5e549ca9eda012fa93a8b10c969edb7997428163..0d854934aa8616d40418a753413d894fae28a0f4 100644
--- a/core/dom/NodeList.idl
+++ b/core/dom/NodeList.idl
@@ -27,5 +27,5 @@
] interface NodeList {
getter Node? item(unsigned long index);
readonly attribute unsigned long length;
- // FIXME: iterable<Node>;
+ [RuntimeEnabled=IterableCollections] iterable<Node>;
};
« no previous file with comments | « core/dom/NodeIterator.idl ('k') | core/dom/ParentNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698