Index: Source/core/inspector/InspectorHeapProfilerAgent.h |
diff --git a/Source/core/inspector/InspectorHeapProfilerAgent.h b/Source/core/inspector/InspectorHeapProfilerAgent.h |
index ad9e214f54546de08e431f8071eefd6c46d0cbba..02462aa6d202a90ffa5a9c32fe436964b8d1f88e 100644 |
--- a/Source/core/inspector/InspectorHeapProfilerAgent.h |
+++ b/Source/core/inspector/InspectorHeapProfilerAgent.h |
@@ -70,8 +70,6 @@ public: |
virtual void getObjectByHeapObjectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result); |
virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId); |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
private: |
InspectorHeapProfilerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*); |