Chromium Code Reviews| 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>; |
| }; |