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