| Index: third_party/WebKit/Source/modules/storage/StorageArea.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageArea.h b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| index 64157534509d95333360bece5597dffd78251be5..eed32836c9ee1ed6ed158c2a986531c7e0f99b78 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| @@ -68,10 +68,9 @@ public:
|
| size_t memoryBytesUsedByCache();
|
|
|
| static void dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue,
|
| - SecurityOrigin*, const KURL& pageURL, WebStorageArea* sourceAreaInstance, bool originatedInProcess);
|
| + SecurityOrigin*, const KURL& pageURL, WebStorageArea* sourceAreaInstance);
|
| static void dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue,
|
| - SecurityOrigin*, const KURL& pageURL, const WebStorageNamespace&,
|
| - WebStorageArea* sourceAreaInstance, bool originatedInProcess);
|
| + SecurityOrigin*, const KURL& pageURL, const WebStorageNamespace&, WebStorageArea* sourceAreaInstance);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|