Index: Source/core/html/HTMLAllCollection.h |
diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h |
index 323773aa6b74c33eeb6ffa88b4f531459136fdb1..d406efaa88fd2ff1c4aa4865d3da214f668fdd09 100644 |
--- a/Source/core/html/HTMLAllCollection.h |
+++ b/Source/core/html/HTMLAllCollection.h |
@@ -35,7 +35,7 @@ public: |
static PassRefPtr<HTMLAllCollection> create(ContainerNode*, CollectionType); |
virtual ~HTMLAllCollection(); |
- Node* namedItemWithIndex(const AtomicString& name, unsigned index) const; |
+ Element* namedItemWithIndex(const AtomicString& name, unsigned index) const; |
void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); |
PassRefPtr<HTMLCollection> tags(const AtomicString&); |