Index: Source/core/workers/InProcessWorkerBase.h |
diff --git a/Source/core/workers/InProcessWorkerBase.h b/Source/core/workers/InProcessWorkerBase.h |
index bd218ed992fb2aa88d657a3d7f5ac32459fc22d9..d76bd107ee6851b4960ef0d11a3542be65d7a409 100644 |
--- a/Source/core/workers/InProcessWorkerBase.h |
+++ b/Source/core/workers/InProcessWorkerBase.h |
@@ -58,7 +58,6 @@ private: |
RefPtr<WorkerScriptLoader> m_scriptLoader; |
WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown. |
- RefPtr<ContentSecurityPolicy> m_contentSecurityPolicy; |
}; |
} // namespace blink |