| Index: Source/core/dom/ExecutionContext.cpp
|
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp
|
| index 887f2e70ee4a597c20c5fe8596055cf0084bb9fb..e093bd52350532b602e65f735cd565fc1b5f5858 100644
|
| --- a/Source/core/dom/ExecutionContext.cpp
|
| +++ b/Source/core/dom/ExecutionContext.cpp
|
| @@ -73,6 +73,7 @@ ExecutionContext::ExecutionContext()
|
| , m_inDispatchErrorEvent(false)
|
| , m_activeDOMObjectsAreSuspended(false)
|
| , m_activeDOMObjectsAreStopped(false)
|
| + , m_strictMixedContentCheckingEnforced(false)
|
| {
|
| }
|
|
|
|
|