| Index: third_party/WebKit/public/web/WebStorageEventDispatcher.h
|
| diff --git a/third_party/WebKit/public/web/WebStorageEventDispatcher.h b/third_party/WebKit/public/web/WebStorageEventDispatcher.h
|
| index aa681fd23a3cb6729c6e88f891c89589801541ab..4090e88f23eaefae219bf11a083d2d01d0618ba7 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() { }
|
|
|