| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| index 7ae7fe5a7dd0b39411998e9098fd6f716184b82e..7bdbc535bcb7a9f6a4c25af6abdaa69c6131c245 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -143,7 +143,7 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
|
| void didReceiveScriptLoaderResponse();
|
| void onScriptLoaderFinished();
|
|
|
| - static void connectTask(WebMessagePortChannelUniquePtr, ExecutionContext*);
|
| + void connectTask(WebMessagePortChannelUniquePtr);
|
|
|
| // Tasks that are run on the main thread.
|
| void didCloseWorkerGlobalScopeOnMainThread();
|
|
|