| Index: third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.h
|
| index 4463bf2d27b1080a36377b4af27eadb70cf7efc4..eb513d89065a7c6d17117a68899e92865c803554 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.h
|
| @@ -41,7 +41,7 @@ class Event;
|
|
|
| class V8WorkerGlobalScopeEventListener final : public V8EventListener {
|
| public:
|
| - static RawPtr<V8WorkerGlobalScopeEventListener> create(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
|
| + static V8WorkerGlobalScopeEventListener* create(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
|
| {
|
| V8WorkerGlobalScopeEventListener* eventListener = new V8WorkerGlobalScopeEventListener(isInline, scriptState);
|
| eventListener->setListenerObject(listener);
|
|
|