Index: Source/core/html/HTMLAllCollection.cpp |
diff --git a/Source/core/html/HTMLAllCollection.cpp b/Source/core/html/HTMLAllCollection.cpp |
index 1d2a1036a4eb2d0b8a797bcb1ef8c8d5cbb4c3db..c4f5b7ee9ad342963d32206c0cfde3ef5ea13f0c 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 AtomicString& name) |
+PassRefPtr<HTMLCollection> HTMLAllCollection::tags(const AtomicString& name) |
{ |
return ownerNode()->getElementsByTagName(name); |
} |