| Index: third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| index ceaa250a0dd5c137bc54a99c2fe16f5a3856e5fc..a1f80f094ebef862e72dd933a3733c1ee594cad0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
|
| @@ -52,7 +52,7 @@ void V8WorkerGlobalScopeEventListener::handleEvent(ScriptState* scriptState, Eve
|
| {
|
| // The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it.
|
| // See issue 889829.
|
| - RefPtrWillBeRawPtr<V8AbstractEventListener> protect(this);
|
| + RawPtr<V8AbstractEventListener> protect(this);
|
|
|
| WorkerOrWorkletScriptController* script = toWorkerGlobalScope(scriptState->executionContext())->script();
|
| if (!script)
|
|
|