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