| Index: third_party/WebKit/Source/modules/storage/StorageEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageEvent.cpp b/third_party/WebKit/Source/modules/storage/StorageEvent.cpp
|
| index 865e4d6d04a144292ffbdd08bf8cc0bd516dcab6..9100e475afe2615235d5045ea13c8bef84023b6f 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageEvent.cpp
|
| @@ -80,11 +80,6 @@ StorageEvent::StorageEvent(const AtomicString& type, const StorageEventInit& ini
|
| m_storageArea = initializer.storageArea();
|
| }
|
|
|
| -Storage* StorageEvent::storageArea() const
|
| -{
|
| - return m_storageArea.get();
|
| -}
|
| -
|
| void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
|
| {
|
| if (dispatched())
|
|
|