| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| index 393851f68e14dd69a6075b459b2ac35a85e53507..c0adf52658f8486459908379f905b978241756be 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -244,7 +244,7 @@ void WebSharedWorkerImpl::workerGlobalScopeClosedOnMainThread()
|
| terminateWorkerThread();
|
| }
|
|
|
| -void WebSharedWorkerImpl::workerGlobalScopeStarted(WorkerGlobalScope*)
|
| +void WebSharedWorkerImpl::workerGlobalScopeStarted(WorkerOrWorkletGlobalScope*)
|
| {
|
| }
|
|
|
|
|