| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 303b19e23f291aed8f8284c243a84ac51b70e6dc..146603006e20b06c394dd46291b0af616cceb85e 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -337,7 +337,7 @@ void WebEmbeddedWorkerImpl::startWorkerThread()
|
| // FIXME: this document's origin is pristine and without any extra privileges. (crbug.com/254993)
|
| SecurityOrigin* starterOrigin = document->securityOrigin();
|
|
|
| - OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| + RawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| provideContentSettingsClientToWorker(workerClients.get(), m_contentSettingsClient.release());
|
| provideServiceWorkerGlobalScopeClientToWorker(workerClients.get(), ServiceWorkerGlobalScopeClientImpl::create(*m_workerContextClient));
|
| provideServiceWorkerContainerClientToWorker(workerClients.get(), adoptPtr(m_workerContextClient->createServiceWorkerProvider()));
|
|
|