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