Index: Source/core/html/HTMLAllCollection.cpp |
diff --git a/Source/core/html/HTMLAllCollection.cpp b/Source/core/html/HTMLAllCollection.cpp |
index d00850691477635e7413c1b7f412072743b10db4..dfbc4661c25779369797a710732d05c58175c6a4 100644 |
--- a/Source/core/html/HTMLAllCollection.cpp |
+++ b/Source/core/html/HTMLAllCollection.cpp |
@@ -84,9 +84,4 @@ void HTMLAllCollection::anonymousNamedGetter(const AtomicString& name, bool& ret |
returnValue0 = NamedNodesCollection::create(namedItems); |
} |
-PassRefPtr<HTMLCollection> HTMLAllCollection::tags(const AtomicString& name) |
-{ |
- return ownerNode()->getElementsByTagName(name); |
-} |
- |
} // namespace WebCore |