| Index: Source/core/html/HTMLAllCollection.idl
|
| diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl
|
| index 3fcf555b85d8df75bbf476bd11cb51112235824f..f421cafb9888a2420f86dbeec15fc92f673fc152 100644
|
| --- a/Source/core/html/HTMLAllCollection.idl
|
| +++ b/Source/core/html/HTMLAllCollection.idl
|
| @@ -24,7 +24,6 @@
|
| */
|
|
|
| [
|
| - IndexedGetter,
|
| CustomNamedGetter,
|
| CustomCall,
|
| MasqueradesAsUndefined,
|
| @@ -32,7 +31,7 @@
|
| DependentLifetime,
|
| ] interface HTMLAllCollection {
|
| readonly attribute unsigned long length;
|
| - [Custom] Node item([Default=Undefined] optional unsigned long index);
|
| + [Custom] getter Node item([Default=Undefined] optional unsigned long index);
|
| [Custom] Node namedItem(DOMString name);
|
| // FIXME: This should return an HTMLAllCollection.
|
| NodeList tags(DOMString name);
|
|
|