| Index: Source/core/html/HTMLAllCollection.h
|
| diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h
|
| index 77c855711d79506cdb391d2ad38effe25b7c9441..2cc176d0eb58fa0e02de8feb1db57ce527667ea2 100644
|
| --- a/Source/core/html/HTMLAllCollection.h
|
| +++ b/Source/core/html/HTMLAllCollection.h
|
| @@ -36,7 +36,7 @@ public:
|
| virtual ~HTMLAllCollection();
|
|
|
| Element* namedItemWithIndex(const AtomicString& name, unsigned index) const;
|
| - void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtr<Element>&);
|
| + void namedGetter(const AtomicString& name, bool&, RefPtrWillBeRawPtr<NodeList>&, bool&, RefPtrWillBeRawPtr<Element>&);
|
|
|
| private:
|
| HTMLAllCollection(ContainerNode&, CollectionType);
|
|
|