Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: Source/core/dom/LiveNodeList.cpp

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/LiveNodeList.h ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/dom/LiveNodeList.h ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698