| 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 b68f074956d6b236cf488fa190c8a3802a7e26c7..1811a8dea743038b7ec7123ac85903c9f1d2eccf 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -43,6 +43,7 @@
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "core/inspector/WorkerInspectorController.h"
|
| #include "core/loader/ThreadableLoader.h"
|
| +#include "core/origin_trials/OriginTrialContext.h"
|
| #include "core/workers/WorkerClients.h"
|
| #include "core/workers/WorkerThreadStartupData.h"
|
| #include "modules/EventTargetModules.h"
|
| @@ -73,6 +74,7 @@ ServiceWorkerGlobalScope* ServiceWorkerGlobalScope::create(ServiceWorkerThread*
|
| context->setV8CacheOptions(startupData->m_v8CacheOptions);
|
| context->applyContentSecurityPolicyFromVector(*startupData->m_contentSecurityPolicyHeaders);
|
| context->setAddressSpace(startupData->m_addressSpace);
|
| + OriginTrialContext::addTokens(context, startupData->m_originTrialTokens.get());
|
|
|
| return context;
|
| }
|
|
|