| Index: Source/web/WebSharedWorkerImpl.cpp
|
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp
|
| index 3b2fb3d0379046a18f90f189e1078f968eccf9b4..3285bf5852ac8657621b05e4ac04d36e19afabaf 100644
|
| --- a/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -347,7 +347,7 @@ void WebSharedWorkerImpl::onScriptLoaderFinished()
|
| return;
|
| }
|
| WorkerThreadStartMode startMode = m_pauseWorkerContextOnStart ? PauseWorkerGlobalScopeOnStart : DontPauseWorkerGlobalScopeOnStart;
|
| - OwnPtr<WorkerClients> workerClients = WorkerClients::create();
|
| + OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| provideLocalFileSystemToWorker(workerClients.get(), LocalFileSystemClient::create());
|
| provideDatabaseClientToWorker(workerClients.get(), DatabaseClientImpl::create());
|
| WebSecurityOrigin webSecurityOrigin(m_loadingDocument->securityOrigin());
|
|
|