Index: Source/core/dom/LiveNodeList.cpp |
diff --git a/Source/core/dom/LiveNodeList.cpp b/Source/core/dom/LiveNodeList.cpp |
index f2e33b535bca9512c16583f477c6776715d6deaa..413a81b67509502e06144aa8f626f3d31eb85049 100644 |
--- a/Source/core/dom/LiveNodeList.cpp |
+++ b/Source/core/dom/LiveNodeList.cpp |
@@ -26,7 +26,6 @@ |
#include "Document.h" |
#include "Element.h" |
#include "HTMLCollection.h" |
-#include "WebCoreMemoryInstrumentation.h" |
namespace WebCore { |
@@ -69,14 +68,6 @@ void LiveNodeListBase::invalidateIdNameCacheMaps() const |
cacheBase->m_nameCache.clear(); |
} |
-void LiveNodeListBase::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const |
-{ |
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::DOM); |
- NodeList::reportMemoryUsage(memoryObjectInfo); |
- info.addMember(m_ownerNode, "ownerNode"); |
- info.addWeakPointer(m_cachedItem); |
-} |
- |
Node* LiveNodeList::namedItem(const AtomicString& elementId) const |
{ |
Node* rootNode = this->rootNode(); |