Index: Source/core/storage/StorageEvent.h |
diff --git a/Source/core/storage/StorageEvent.h b/Source/core/storage/StorageEvent.h |
index 6d57b76b5410337f8bef6c232bfadba8720117c1..14fb3040d2c79e81cf4551e10497782cccbc4bcf 100644 |
--- a/Source/core/storage/StorageEvent.h |
+++ b/Source/core/storage/StorageEvent.h |
@@ -56,7 +56,6 @@ public: |
const String& newValue() const { return m_newValue; } |
const String& url() const { return m_url; } |
Storage* storageArea() const { return m_storageArea.get(); } |
- Storage* storageArea(bool& isNull) const { isNull = !m_storageArea; 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); |