Chromium Code Reviews| Index: Source/core/dom/ExecutionContext.cpp |
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp |
| index f129d4191e6e845cdfd715e974857ef168b18042..2c776d1ac3ca0bce92db7876987fc67ca5e10eb3 100644 |
| --- a/Source/core/dom/ExecutionContext.cpp |
| +++ b/Source/core/dom/ExecutionContext.cpp |
| @@ -64,6 +64,7 @@ ExecutionContext::ExecutionContext() |
| , m_sandboxFlags(SandboxNone) |
| , m_circularSequentialID(0) |
| , m_inDispatchErrorEvent(false) |
| + , m_scriptEnabled(false) |
|
abarth-chromium
2014/06/26 19:53:37
What about other subclasses of ExecutionContext?
mmal
2014/06/27 19:39:16
WorkerGlobalScope seems to have its own WorkerScri
|
| , m_activeDOMObjectsAreSuspended(false) |
| , m_activeDOMObjectsAreStopped(false) |
| { |