Index: Source/core/dom/LiveNodeList.cpp |
diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp |
index 9c664b6b8f0ce6dd06b0e69919c3e5adf10e86a7..90aa044bd9c6e1f06aa3a666237b4a87ccd50455 100644 |
--- a/Source/core/dom/LiveNodeList.cpp |
+++ b/Source/core/dom/LiveNodeList.cpp |
@@ -48,7 +48,6 @@ void LiveNodeListBase::invalidateCache() const |
m_cachedItem = 0; |
m_isLengthCacheValid = false; |
m_isItemCacheValid = false; |
- m_isNameCacheValid = false; |
} |
void LiveNodeListBase::invalidateIdNameCacheMaps() const |