Index: Source/core/html/HTMLAllCollection.cpp |
diff --git a/Source/core/html/HTMLAllCollection.cpp b/Source/core/html/HTMLAllCollection.cpp |
index 5fc4b8bee57fe8c27c9cc62e13ec7ba7fd49f17a..1afd07eb9175fa1ba54e75f360de0239b6d53f22 100644 |
--- a/Source/core/html/HTMLAllCollection.cpp |
+++ b/Source/core/html/HTMLAllCollection.cpp |
@@ -84,7 +84,7 @@ void HTMLAllCollection::anonymousNamedGetter(const AtomicString& name, bool& ret |
returnValue0 = NamedNodesCollection::create(namedItems); |
} |
-PassRefPtr<NodeList> HTMLAllCollection::tags(const String& name) |
+PassRefPtr<NodeList> HTMLAllCollection::tags(const AtomicString& name) |
{ |
return ownerNode()->getElementsByTagName(name); |
} |