Index: Source/core/html/HTMLAllCollection.h |
diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h |
index 3002c9bc269690f19b80e41a5f1896f1b8a1026b..010a44bde762f833b0c53a1566899f80a5388f81 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 anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); |
+ void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); |
private: |
HTMLAllCollection(ContainerNode*, CollectionType); |