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