| Index: Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 9e8c8cb44c829c8f469b0fd57de7d57b4775d61f..e0c87ab63cefa54b86d83bf2b5653f76700ff57a 100644
|
| --- a/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -247,7 +247,7 @@ void WebEmbeddedWorkerImpl::onScriptLoaderFinished()
|
| // guaranteed to be around while the WorkerGlobalScope is alive.
|
| WebServiceWorkerContextClient* contextClient = m_workerContextClient.get();
|
|
|
| - OwnPtr<WorkerClients> workerClients = WorkerClients::create();
|
| + OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| providePermissionClientToWorker(workerClients.get(), m_permissionClient.release());
|
| provideServiceWorkerGlobalScopeClientToWorker(workerClients.get(), ServiceWorkerGlobalScopeClientImpl::create(m_workerContextClient.release()));
|
|
|
|
|