Index: core/html/HTMLAllCollection.idl |
=================================================================== |
--- core/html/HTMLAllCollection.idl (revision 22811) |
+++ core/html/HTMLAllCollection.idl (working copy) |
@@ -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); |