| Index: third_party/WebKit/Source/core/events/Event.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/Event.cpp b/third_party/WebKit/Source/core/events/Event.cpp
|
| index fcbe35e55dfa56bd0b6c0fa9ab9ef11b3f8f0062..0971daa8931d6364ab9817767b4e1640c7e1d652 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.cpp
|
| +++ b/third_party/WebKit/Source/core/events/Event.cpp
|
| @@ -114,7 +114,7 @@ void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool
|
|
|
| void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool cancelableArg, EventTarget* relatedTarget)
|
| {
|
| - if (dispatched())
|
| + if (isBeingDispatched())
|
| return;
|
|
|
| m_propagationStopped = false;
|
|
|