Index: third_party/WebKit/Source/core/dom/SecurityContext.cpp |
diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.cpp b/third_party/WebKit/Source/core/dom/SecurityContext.cpp |
index 764ecf919e61a097308e808369aa778dd6aa11c0..31a53b64d3cd9cf2b94a192609ffcba1c1aa4326 100644 |
--- a/third_party/WebKit/Source/core/dom/SecurityContext.cpp |
+++ b/third_party/WebKit/Source/core/dom/SecurityContext.cpp |
@@ -37,6 +37,7 @@ SecurityContext::SecurityContext() |
, m_sandboxFlags(SandboxNone) |
, m_hostedInReservedIPRange(false) |
, m_insecureRequestsPolicy(InsecureRequestsDoNotUpgrade) |
+ , m_enforceStrictMixedContentChecking(false) |
{ |
} |