Index: Source/core/html/HTMLAllCollection.h |
diff --git a/Source/core/html/HTMLAllCollection.h b/Source/core/html/HTMLAllCollection.h |
index d5f1106ac5d5c6a4501f0d634b7b9a2af4299cde..1f8914648ff56344472bc30a2fa9e1d725661677 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<Node>&); |
- PassRefPtr<NodeList> tags(const String&); |
+ PassRefPtr<NodeList> tags(const AtomicString&); |
private: |
HTMLAllCollection(Node*, CollectionType); |