| Index: Source/core/html/HTMLAllCollection.idl
|
| diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl
|
| index fcc8d7890184eefaf0e22da1796ffe8832507a8e..f7103af16fc429173c6b2bedcaa0af7e7c0e6fb5 100644
|
| --- a/Source/core/html/HTMLAllCollection.idl
|
| +++ b/Source/core/html/HTMLAllCollection.idl
|
| @@ -33,6 +33,4 @@
|
| [Custom] Element item([Default=Undefined] optional unsigned long index);
|
| [NotEnumerable] getter (NodeList or Element) (DOMString name);
|
| [Custom] Element namedItem(DOMString name);
|
| - // FIXME: This should return an HTMLAllCollection.
|
| - [MeasureAs=DocumentAllTags] HTMLCollection tags(DOMString name);
|
| };
|
|
|