| Index: third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
|
| index f17d3dae32db943fac4d22829afdc5a0f77d3d28..32b656e8db739bd6e78599965c38fb4af4cc1f04 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
|
| @@ -154,6 +154,7 @@ class CORE_EXPORT WorkerScriptLoader final
|
| std::unique_ptr<Vector<char>> m_cachedMetadata;
|
| WebURLRequest::RequestContext m_requestContext;
|
| Persistent<ContentSecurityPolicy> m_contentSecurityPolicy;
|
| + Persistent<ExecutionContext> m_executionContext;
|
| WebAddressSpace m_responseAddressSpace;
|
| std::unique_ptr<Vector<String>> m_originTrialTokens;
|
| String m_referrerPolicy;
|
|
|