| 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 c1695e1d60673e6184fdaca27babfa0d7d0e636c..7141b9e1595e5dba575c9d0cfa3e47eb9ccfc144 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -251,7 +251,7 @@ void WebSharedWorkerImpl::workerGlobalScopeClosedOnMainThread()
|
| terminateWorkerThread();
|
| }
|
|
|
| -void WebSharedWorkerImpl::workerGlobalScopeStarted(WorkerGlobalScope*)
|
| +void WebSharedWorkerImpl::workerGlobalScopeStarted(WorkerOrWorkletGlobalScope*)
|
| {
|
| }
|
|
|
|
|