Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: Source/core/dom/ExecutionContext.cpp

Issue 313173012: HTMLParser should use current value of scriptEnabled flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@WebKit-ADD
Patch Set: New approach Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698