Index: Source/core/dom/LiveNodeList.cpp |
diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp |
index 5343cb9520fc25e6ff72d513612b868359ea7998..4e437fa60fd0fa287616a2537526b9bf725cc387 100644 |
--- a/Source/core/dom/LiveNodeList.cpp |
+++ b/Source/core/dom/LiveNodeList.cpp |
@@ -49,7 +49,6 @@ void LiveNodeListBase::invalidateCache() const |
m_isLengthCacheValid = false; |
m_isItemCacheValid = false; |
m_isNameCacheValid = false; |
- m_isItemRefElementsCacheValid = false; |
if (isNodeList(type())) |
return; |