| Index: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp
|
| index 33a880305a29228bd9815f967b750a055617b822..714eea4a27bf8406acad305147474afcf62db39e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp
|
| @@ -86,10 +86,6 @@ void V8AbstractEventListener::handleEvent(ExecutionContext* executionContext, Ev
|
|
|
| void V8AbstractEventListener::handleEvent(ScriptState* scriptState, Event* event)
|
| {
|
| - // The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it.
|
| - // See issue 889829.
|
| - RawPtr<V8AbstractEventListener> protect(this);
|
| -
|
| ScriptState::Scope scope(scriptState);
|
|
|
| // Get the V8 wrapper for the event object.
|
|
|