| Index: Source/core/inspector/InspectorDOMStorageAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMStorageAgent.h b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| index 819b72be6f94b20a8066edb70f2fbb8738ebac0c..22fb2507a3d5112db5c2ef3ae89fbac82b19f7ca 100644
|
| --- a/Source/core/inspector/InspectorDOMStorageAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| @@ -65,7 +65,7 @@ public:
|
| virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key) override;
|
|
|
| // Called from InspectorInstrumentation
|
| - void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*);
|
| + void didDispatchDOMStorageEvent(LocalFrame*, const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*);
|
|
|
| private:
|
|
|
|
|