Index: Source/core/dom/SecurityContext.cpp |
diff --git a/Source/core/dom/SecurityContext.cpp b/Source/core/dom/SecurityContext.cpp |
index 9a139928d30c857391deaefae3f602c38c326bba..7d1fea2023a173425f96fea94b24455a8103750a 100644 |
--- a/Source/core/dom/SecurityContext.cpp |
+++ b/Source/core/dom/SecurityContext.cpp |
@@ -36,6 +36,7 @@ SecurityContext::SecurityContext() |
: m_haveInitializedSecurityOrigin(false) |
, m_sandboxFlags(SandboxNone) |
, m_hostedInReservedIPRange(false) |
+ , m_insecureContentPolicy(InsecureContentDoNotUpgrade) |
{ |
} |