| Index: Source/core/dom/SecurityContext.cpp
|
| diff --git a/Source/core/dom/SecurityContext.cpp b/Source/core/dom/SecurityContext.cpp
|
| index 9a139928d30c857391deaefae3f602c38c326bba..835bd03c0d239471bd6508fc34d2f89a1ba34238 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(InsecureContentIgnore)
|
| {
|
| }
|
|
|
|
|