| Index: third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageEvent.h b/third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| index 926c1349215872df4e58cb1f60e8656dc6b77f11..8c9163195a5bdb4be4430daad643252ced2d2984 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageEvent.h
|
| @@ -47,7 +47,7 @@ public:
|
| const String& oldValue() const { return m_oldValue; }
|
| const String& newValue() const { return m_newValue; }
|
| const String& url() const { return m_url; }
|
| - Storage* storageArea() const;
|
| + Storage* storageArea() const { return m_storageArea.get(); }
|
|
|
| void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
|
|
|
|
|