| Index: third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp b/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
|
| index ba2a737f47d28216024f00211b4820d6feeba8ac..d7878b80a50065d47291953d72a7bcc23a6575a5 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorkerThread.cpp
|
| @@ -42,8 +42,8 @@ std::unique_ptr<SharedWorkerThread> SharedWorkerThread::create(
|
| const String& name,
|
| PassRefPtr<WorkerLoaderProxy> workerLoaderProxy,
|
| WorkerReportingProxy& workerReportingProxy) {
|
| - return wrapUnique(new SharedWorkerThread(name, std::move(workerLoaderProxy),
|
| - workerReportingProxy));
|
| + return WTF::wrapUnique(new SharedWorkerThread(
|
| + name, std::move(workerLoaderProxy), workerReportingProxy));
|
| }
|
|
|
| SharedWorkerThread::SharedWorkerThread(
|
|
|