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

Unified Diff: Source/core/dom/NodeRareData.h

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/Node.cpp ('k') | Source/core/dom/NodeRareData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeRareData.h
diff --git a/Source/core/dom/NodeRareData.h b/Source/core/dom/NodeRareData.h
index 3868b5ae58456bdb67e425704e61e8735355ade5..70c6dfe90b43faa60b4a39cb7bc252f51d41fb27 100644
--- a/Source/core/dom/NodeRareData.h
+++ b/Source/core/dom/NodeRareData.h
@@ -209,8 +209,6 @@ public:
}
}
- void reportMemoryUsage(MemoryObjectInfo*) const;
-
private:
NodeListsNodeData()
: m_childNodeList(0)
@@ -282,9 +280,6 @@ public:
m_connectedFrameCount -= amount;
}
- // This member function is intentionally not virtual to avoid adding a vtable pointer.
- void reportMemoryUsage(MemoryObjectInfo*) const;
-
protected:
NodeRareData(RenderObject* renderer)
: NodeRareDataBase(renderer)
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/dom/NodeRareData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698