Index: Source/core/html/HTMLAllCollection.idl |
diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl |
index 861296ce50e37263fe876e561594a4a3e6d7003e..6a135f26a9804486f6874b920c2875456ea87fc3 100644 |
--- a/Source/core/html/HTMLAllCollection.idl |
+++ b/Source/core/html/HTMLAllCollection.idl |
@@ -31,8 +31,8 @@ |
readonly attribute unsigned long length; |
[ImplementedAs=item] getter Node (unsigned long index); |
[Custom] Node item([Default=Undefined] optional unsigned long index); |
- [NotEnumerable] getter (NodeList or Node) (DOMString name); |
- [Custom] Node namedItem(DOMString name); |
+ [NotEnumerable] getter (NodeList or Element) (DOMString name); |
+ [Custom] Element namedItem(DOMString name); |
// FIXME: This should return an HTMLAllCollection. |
[MeasureAs=DocumentAllTags] NodeList tags(DOMString name); |
}; |