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

Unified Diff: Source/core/html/parser/HTMLScriptRunner.cpp

Issue 1117973004: Have HTMLScriptRunner's list of scripts use a transition type. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix HTMLScriptRunner tracing Created 5 years, 8 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
« no previous file with comments | « Source/core/html/parser/HTMLScriptRunner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLScriptRunner.cpp
diff --git a/Source/core/html/parser/HTMLScriptRunner.cpp b/Source/core/html/parser/HTMLScriptRunner.cpp
index eebc6eadc1e9a38521aaf55f59bb3d227900acc1..c63549b474df84d66d302a97aff8a16cb70a2b56 100644
--- a/Source/core/html/parser/HTMLScriptRunner.cpp
+++ b/Source/core/html/parser/HTMLScriptRunner.cpp
@@ -368,7 +368,9 @@ DEFINE_TRACE(HTMLScriptRunner)
visitor->trace(m_document);
visitor->trace(m_host);
visitor->trace(m_parserBlockingScript);
+#if ENABLE(OILPAN)
visitor->trace(m_scriptsToExecuteAfterParsing);
+#endif
}
} // namespace blink
« no previous file with comments | « Source/core/html/parser/HTMLScriptRunner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698