| Index: Source/core/workers/InProcessWorkerBase.h
|
| diff --git a/Source/core/workers/InProcessWorkerBase.h b/Source/core/workers/InProcessWorkerBase.h
|
| index d76bd107ee6851b4960ef0d11a3542be65d7a409..18c3171a3fadff21f29200aa6816b2d78c1d2abf 100644
|
| --- a/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/Source/core/workers/InProcessWorkerBase.h
|
| @@ -57,6 +57,7 @@ private:
|
| void notifyFinished() override;
|
|
|
| RefPtr<WorkerScriptLoader> m_scriptLoader;
|
| + RefPtr<ContentSecurityPolicy> m_contentSecurityPolicy;
|
| WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
|
| };
|
|
|
|
|