Index: Source/core/html/HTMLCollection.h |
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h |
index dc62bd0b4f1cad66e8584a68f115c8fcfc851a40..56ed514faf7f2e96020a07860e3301b98cea0661 100644 |
--- a/Source/core/html/HTMLCollection.h |
+++ b/Source/core/html/HTMLCollection.h |
@@ -75,7 +75,6 @@ protected: |
void appendNameCache(const AtomicString& name, Element* element) const { append(m_nameCache, name, element); } |
private: |
- bool checkForNameMatch(const Element&, bool checkName, const AtomicString& name) const; |
Element* traverseNextElement(Element& previous, const ContainerNode& root) const; |
static void append(NodeCacheMap&, const AtomicString&, Element*); |