| 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 fdb93de7cda435c2271a0dea7c9ccb3886d42d9a..4da396dec43879c251296290bea3b49d56b9cbd2 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -43,7 +43,6 @@
|
| #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"
|
| @@ -74,7 +73,6 @@
|
| context->setV8CacheOptions(startupData->m_v8CacheOptions);
|
| context->applyContentSecurityPolicyFromVector(*startupData->m_contentSecurityPolicyHeaders);
|
| context->setAddressSpace(startupData->m_addressSpace);
|
| - OriginTrialContext::addTokens(context, startupData->m_originTrialTokens.get());
|
|
|
| return context;
|
| }
|
|
|