Chromium Code Reviews| Index: Source/core/html/HTMLAllCollection.idl |
| diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl |
| index 40c7fc47efdcbcc9ceb146139ab53eaac2af7ef9..80a7a0a11aff0983dcc58c0e216ef354dd7684b6 100644 |
| --- a/Source/core/html/HTMLAllCollection.idl |
| +++ b/Source/core/html/HTMLAllCollection.idl |
| @@ -43,4 +43,5 @@ |
| // FIXME: namedItem() should be a legacycaller. crbug.com/465009 |
| // FIXME: namedItem() should return an (HTMLCollection or Element)? union. |
| [ImplementedAs=namedGetter] getter (NodeList or Element)? namedItem(DOMString name); |
| + iterable<Element>; |
|
jsbell
2015/07/01 18:00:30
I don't actually see iterable<> on HTMLCollection
|
| }; |