| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index 82d10cdfd6cfedacabf2f2b26f8833906ca9f331..50780b6f6c7b413d0f4f9e391066ce35b720a957 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -75,6 +75,8 @@ ServiceWorkerGlobalScope* ServiceWorkerGlobalScope::create(ServiceWorkerThread*
|
|
|
| context->setV8CacheOptions(startupData->m_v8CacheOptions);
|
| context->applyContentSecurityPolicyFromVector(*startupData->m_contentSecurityPolicyHeaders);
|
| + if (!startupData->m_referrerPolicy.isNull())
|
| + context->parseAndSetReferrerPolicy(startupData->m_referrerPolicy);
|
| context->setAddressSpace(startupData->m_addressSpace);
|
| OriginTrialContext::addTokens(context, startupData->m_originTrialTokens.get());
|
|
|
|
|