Index: third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp |
index 20be55da3bd62b1f1c107482055e57ee7a87da3a..dcd81f14e58ec1800b221bdd0e869b33738bce77 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorHeapProfilerAgent.cpp |
@@ -35,11 +35,6 @@ |
namespace blink { |
-InspectorHeapProfilerAgent* InspectorHeapProfilerAgent::create(V8HeapProfilerAgent* agent) |
-{ |
- return new InspectorHeapProfilerAgent(agent); |
-} |
- |
InspectorHeapProfilerAgent::InspectorHeapProfilerAgent(V8HeapProfilerAgent* agent) |
: InspectorBaseAgent<InspectorHeapProfilerAgent, protocol::Frontend::HeapProfiler>("HeapProfiler") |
, m_v8HeapProfilerAgent(agent) |