| Index: third_party/WebKit/Source/core/events/TextEvent.cpp | 
| diff --git a/third_party/WebKit/Source/core/events/TextEvent.cpp b/third_party/WebKit/Source/core/events/TextEvent.cpp | 
| index 0cca759d04cf83d5147fe8923caf41736ce011f8..65ff7dc5edab2aca8220eff51f248351f6a14db4 100644 | 
| --- a/third_party/WebKit/Source/core/events/TextEvent.cpp | 
| +++ b/third_party/WebKit/Source/core/events/TextEvent.cpp | 
| @@ -89,7 +89,7 @@ TextEvent::~TextEvent() | 
|  | 
| void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String& data) | 
| { | 
| -    if (dispatched()) | 
| +    if (isBeingDispatched()) | 
| return; | 
|  | 
| initUIEvent(type, canBubble, cancelable, view, 0); | 
|  |