| Index: Source/core/dom/NodeRareData.cpp
|
| diff --git a/Source/core/dom/NodeRareData.cpp b/Source/core/dom/NodeRareData.cpp
|
| index 3e6823f5e5799dd4a42f2279da58bb12ef3f51f6..dcb570eced0e1fc8263c482f14c363fd01e916e7 100644
|
| --- a/Source/core/dom/NodeRareData.cpp
|
| +++ b/Source/core/dom/NodeRareData.cpp
|
| @@ -47,7 +47,7 @@ void NodeListsNodeData::invalidateCaches(const QualifiedName* attrName)
|
| {
|
| NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end();
|
| for (NodeListAtomicNameCacheMap::const_iterator it = m_atomicNameCaches.begin(); it != atomicNameCacheEnd; ++it)
|
| - it->value->invalidateCache(attrName);
|
| + it->value->invalidateCacheForAttribute(attrName);
|
|
|
| if (attrName)
|
| return;
|
|
|