Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index d7fa8d9ad429abd5063729bd230cfae03ee357fe..146694cc8548c5c831173b6cb42b10e51135e9a7 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -5599,7 +5599,7 @@ void Document::invalidateNodeListCaches(const QualifiedName* attrName) |
{ |
HashSet<LiveNodeListBase*>::iterator end = m_listsInvalidatedAtDocument.end(); |
for (HashSet<LiveNodeListBase*>::iterator it = m_listsInvalidatedAtDocument.begin(); it != end; ++it) |
- (*it)->invalidateCache(attrName); |
+ (*it)->invalidateCacheForAttribute(attrName); |
} |
void Document::trace(Visitor* visitor) |