Index: Source/core/inspector/InspectorDOMStorageAgent.h |
diff --git a/Source/core/inspector/InspectorDOMStorageAgent.h b/Source/core/inspector/InspectorDOMStorageAgent.h |
index 6a0c7b70da71ed7721b80b4ec6520c21dde9cb39..b3f4d6e73aaac4728c6f5bd11785cbe00db2ef9d 100644 |
--- a/Source/core/inspector/InspectorDOMStorageAgent.h |
+++ b/Source/core/inspector/InspectorDOMStorageAgent.h |
@@ -74,8 +74,6 @@ public: |
// Called from InspectorInstrumentation |
void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Page*); |
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE; |
- |
private: |
InspectorDOMStorageAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorCompositeState*); |