Index: Source/core/html/HTMLCollection.h |
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h |
index 2ec859c64978d0041a4d42cdf864778c4b180385..2d45d3ad2b52bcbf54160e399825143c792408f1 100644 |
--- a/Source/core/html/HTMLCollection.h |
+++ b/Source/core/html/HTMLCollection.h |
@@ -79,9 +79,9 @@ protected: |
void appendIdCache(const AtomicString& name, Element* element) const { append(m_idCache, name, element); } |
void appendNameCache(const AtomicString& name, Element* element) const { append(m_nameCache, name, element); } |
-private: |
Element* traverseNextElement(Element& previous, const ContainerNode& root) const; |
+private: |
static void append(NodeCacheMap&, const AtomicString&, Element*); |
void invalidateIdNameCacheMaps() const |
{ |