diff options
Diffstat (limited to 'third_party/WebKit/public/web/WebStorageEventDispatcher.h')
-rw-r--r-- | third_party/WebKit/public/web/WebStorageEventDispatcher.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/WebKit/public/web/WebStorageEventDispatcher.h b/third_party/WebKit/public/web/WebStorageEventDispatcher.h index aa681fd..4090e88 100644 --- a/third_party/WebKit/public/web/WebStorageEventDispatcher.h +++ b/third_party/WebKit/public/web/WebStorageEventDispatcher.h @@ -45,15 +45,14 @@ public: BLINK_EXPORT static void dispatchLocalStorageEvent( const WebString& key, const WebString& oldValue, const WebString& newValue, const WebURL& origin, - const WebURL& pageUrl, WebStorageArea* sourceAreaInstance, - bool originatedInProcess); + const WebURL& pageUrl, WebStorageArea* sourceAreaInstance); // Dispatch a session storage event to appropiate documents. BLINK_EXPORT static void dispatchSessionStorageEvent( const WebString& key, const WebString& oldValue, const WebString& newValue, const WebURL& origin, const WebURL& pageUrl, const WebStorageNamespace&, - WebStorageArea* sourceAreaInstance, bool originatedInProcess); + WebStorageArea* sourceAreaInstance); private: WebStorageEventDispatcher() { } |