| 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 7c7031dbb25f6aae44509253178a2326d0487f42..3ccc1ea9677bcd10b44c2bc7715fec258d001837 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
|
| @@ -122,7 +122,7 @@ private:
|
| void didReceiveScriptLoaderResponse();
|
| void onScriptLoaderFinished();
|
|
|
| - static void connectTask(PassOwnPtr<WebMessagePortChannel>, ExecutionContext*);
|
| + static void connectTask(WebMessagePortChannelUniquePtr, ExecutionContext*);
|
| // Tasks that are run on the main thread.
|
| void workerGlobalScopeClosedOnMainThread();
|
| void workerThreadTerminatedOnMainThread();
|
|
|