Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 6da372f185601436fa736f081bcfdc8fc3de7b58..e13187b08c1f09e13dc8365e8e40e5a659cbe682 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -129,8 +129,6 @@ public: |
virtual ScriptDebugServer& scriptDebugServer() = 0; |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
protected: |
InspectorDebuggerAgent(InstrumentingAgents*, InspectorCompositeState*, InjectedScriptManager*); |