| 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 d99dfb18f783f68671c33971ec8ea7dff92a5402..f8636c0a777dafbe2fe4952e9c91cc81db10b056 100644
|
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp
|
| @@ -344,6 +344,7 @@ void WebSharedWorkerImpl::onScriptLoaderFinished()
|
| nullptr,
|
| startMode,
|
| contentSecurityPolicy ? contentSecurityPolicy->headers().get() : nullptr,
|
| + m_mainScriptLoader->referrerPolicy(),
|
| starterOrigin,
|
| workerClients,
|
| m_mainScriptLoader->responseAddressSpace(),
|
|
|