| 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 125dd4cda2db747a5dab44eeb7a50fca5546850a..af0cebd6650314f6fb54e81aef54aa3245134db8 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -256,10 +256,6 @@ void WebSharedWorkerImpl::workerGlobalScopeClosedOnMainThread()
|
| terminateWorkerThread();
|
| }
|
|
|
| -void WebSharedWorkerImpl::workerGlobalScopeStarted(WorkerOrWorkletGlobalScope*)
|
| -{
|
| -}
|
| -
|
| void WebSharedWorkerImpl::workerThreadTerminated()
|
| {
|
| Platform::current()->mainThread()->getWebTaskRunner()->postTask(BLINK_FROM_HERE, crossThreadBind(&WebSharedWorkerImpl::workerThreadTerminatedOnMainThread, crossThreadUnretained(this)));
|
|
|