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

Unified Diff: Source/bindings/v8/ScriptProfiler.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/bindings/v8/ScriptProfiler.h ('k') | Source/bindings/v8/ScriptWrappable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/ScriptProfiler.cpp
diff --git a/Source/bindings/v8/ScriptProfiler.cpp b/Source/bindings/v8/ScriptProfiler.cpp
index 7a3e03490ad4957804f369958c65c7087671a6cf..849e4c9ff525cee7ac84d2e6401bd2b3e3ec4265 100644
--- a/Source/bindings/v8/ScriptProfiler.cpp
+++ b/Source/bindings/v8/ScriptProfiler.cpp
@@ -39,7 +39,6 @@
#include "V8DOMWindow.h"
#include "V8DOMWrapper.h"
#include "V8Node.h"
-#include "WebCoreMemoryInstrumentation.h"
#include "WrapperTypeInfo.h"
#include <v8-profiler.h>
@@ -297,12 +296,6 @@ void ScriptProfiler::visitExternalArrays(ExternalArrayVisitor* visitor)
v8::V8::VisitHandlesWithClassIds(&wrapperVisitor);
}
-void ScriptProfiler::collectBindingMemoryInfo(MemoryInstrumentation* instrumentation)
-{
- V8PerIsolateData* data = V8PerIsolateData::current();
- instrumentation->addRootObject(data);
-}
-
size_t ScriptProfiler::profilerSnapshotsSize()
{
v8::Isolate* isolate = v8::Isolate::GetCurrent();
« no previous file with comments | « Source/bindings/v8/ScriptProfiler.h ('k') | Source/bindings/v8/ScriptWrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698