| 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 33fb4bf1807875eb2fbd84431e28038dfaaa6e3a..75842a01237f29c23bc423b6f37ccb54ae809d9f 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -342,7 +342,8 @@ void WebSharedWorkerImpl::onScriptLoaderFinished()
|
| startMode,
|
| contentSecurityPolicy ? contentSecurityPolicy->headers() : nullptr,
|
| starterOrigin,
|
| - workerClients.release());
|
| + workerClients.release(),
|
| + m_mainScriptLoader->responseAddressSpace());
|
| m_loaderProxy = WorkerLoaderProxy::create(this);
|
| m_workerThread = SharedWorkerThread::create(m_name, m_loaderProxy, *this);
|
| InspectorInstrumentation::scriptImported(m_loadingDocument.get(), m_mainScriptLoader->identifier(), m_mainScriptLoader->script());
|
|
|