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

Unified Diff: Source/core/page/Frame.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/page/Frame.h ('k') | Source/core/page/Page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Frame.cpp
diff --git a/Source/core/page/Frame.cpp b/Source/core/page/Frame.cpp
index a12b389e59517a4328b2d200f449c4884bf38fcb..9b94a3b38825d22a745b118ffc4c05fb7cbde9f6 100644
--- a/Source/core/page/Frame.cpp
+++ b/Source/core/page/Frame.cpp
@@ -433,17 +433,6 @@ void Frame::dispatchVisibilityStateChangeEvent()
childFrames[i]->dispatchVisibilityStateChangeEvent();
}
-void Frame::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
-{
- MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::DOM);
- info.addMember(m_doc, "doc");
- info.ignoreMember(m_view);
- info.addMember(m_ownerElement, "ownerElement");
- info.addMember(m_page, "page");
- info.addMember(m_loader, "loader");
- info.ignoreMember(m_destructionObservers);
-}
-
void Frame::willDetachPage()
{
if (Frame* parent = tree()->parent())
« no previous file with comments | « Source/core/page/Frame.h ('k') | Source/core/page/Page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698