Index: third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
index 78b0e2a3b99064926cfe839ef07a49b3ea7713df..ce4be1242b9028ac2feaf1aa2ba63eda52349cf7 100644 |
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp |
@@ -72,7 +72,6 @@ ExecutionContext::ExecutionContext() |
, m_inDispatchErrorEvent(false) |
, m_activeDOMObjectsAreSuspended(false) |
, m_activeDOMObjectsAreStopped(false) |
- , m_strictMixedContentCheckingEnforced(false) |
, m_windowInteractionTokens(0) |
, m_isRunSuspendableTasksScheduled(false) |
, m_referrerPolicy(ReferrerPolicyDefault) |