| Index: third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp b/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| index 69cb308456386e64b0a95c985d124011fa662b77..d9b34a25f8c27a08805c441b1d0c4fa708af4525 100644
|
| --- a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| @@ -50,7 +50,7 @@ WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalSc
|
| if (worker->getExecutionContext()->isDocument()) {
|
| Document* document = toDocument(worker->getExecutionContext());
|
| WebLocalFrameImpl* webFrame = WebLocalFrameImpl::fromFrame(document->frame());
|
| - OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| + RawPtr<WorkerClients> workerClients = WorkerClients::create();
|
| provideLocalFileSystemToWorker(workerClients.get(), LocalFileSystemClient::create());
|
| provideContentSettingsClientToWorker(workerClients.get(), adoptPtr(webFrame->client()->createWorkerContentSettingsClientProxy()));
|
| // FIXME: call provideServiceWorkerContainerClientToWorker here when we
|
|
|