| Index: third_party/WebKit/Source/core/dom/NodeList.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeList.idl b/third_party/WebKit/Source/core/dom/NodeList.idl
|
| index 5e549ca9eda012fa93a8b10c969edb7997428163..8ee7b625d3043ebb5cc9a92432839f01f74893f8 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeList.idl
|
| +++ b/third_party/WebKit/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>;
|
| + [RuntimeEnabled=IterableNodeLists] iterable<Node>;
|
| };
|
|
|