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

Unified Diff: Source/core/dom/NodeList.idl

Issue 1220883007: [dom] support iterable<> NodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix typo in test expectations, tested build Created 5 years, 3 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 | « Source/core/dom/NodeList.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeList.idl
diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl
index 5e549ca9eda012fa93a8b10c969edb7997428163..15fb98a8eea043fabfdc087c3c5e2ce386759cce 100644
--- a/Source/core/dom/NodeList.idl
+++ b/Source/core/dom/NodeList.idl
@@ -27,5 +27,5 @@
] interface NodeList {
getter Node? item(unsigned long index);
readonly attribute unsigned long length;
- // FIXME: iterable<Node>;
+ iterable<Node>;
};
« no previous file with comments | « Source/core/dom/NodeList.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698