Chromium Code Reviews| 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 0d854934aa8616d40418a753413d894fae28a0f4..15fb98a8eea043fabfdc087c3c5e2ce386759cce 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; |
| - [RuntimeEnabled=IterableCollections] iterable<Node>; |
| + iterable<Node>; |
| }; |