Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
index 73006f85eeeac4f8fae4e8d91ddee6d1891ca6c7..fedea814c8b2eae06a68c0437434f3588cc3a91b 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
@@ -386,7 +386,8 @@ void WebSharedWorkerImpl::onScriptLoaderFinished() { |
workerClients, |
WTF::wrapUnique( |
m_client->createWorkerContentSettingsClientProxy(webSecurityOrigin))); |
- provideIndexedDBClientToWorker(workerClients, IndexedDBClientImpl::create()); |
+ provideIndexedDBClientToWorker(workerClients, |
+ IndexedDBClientImpl::create(*workerClients)); |
ContentSecurityPolicy* contentSecurityPolicy = |
m_mainScriptLoader->releaseContentSecurityPolicy(); |
WorkerThreadStartMode startMode = |