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>; |
}; |