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 b18c5032d067a59937ab6888f44985f6af5fde05..7a916733f1fd6d8ff1c75000a0281141194500f8 100644 |
--- a/third_party/WebKit/Source/modules/storage/StorageEvent.cpp |
+++ b/third_party/WebKit/Source/modules/storage/StorageEvent.cpp |
@@ -81,7 +81,7 @@ StorageEvent::StorageEvent(const AtomicString& type, const StorageEventInit& ini |
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()) |
+ if (isBeingDispatched()) |
return; |
initEvent(type, canBubble, cancelable); |