| Index: Source/core/html/HTMLAllCollection.idl
|
| diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl
|
| index 9193c7239e8cc3c4349cac991dbf60f6ff427127..fcc8d7890184eefaf0e22da1796ffe8832507a8e 100644
|
| --- a/Source/core/html/HTMLAllCollection.idl
|
| +++ b/Source/core/html/HTMLAllCollection.idl
|
| @@ -29,8 +29,8 @@
|
| SetWrapperReferenceFrom=ownerNode,
|
| ] interface HTMLAllCollection {
|
| readonly attribute unsigned long length;
|
| - [ImplementedAs=item] getter Node (unsigned long index);
|
| - [Custom] Node item([Default=Undefined] optional unsigned long index);
|
| + [ImplementedAs=item] getter Element (unsigned long index);
|
| + [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.
|
|
|