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

Unified Diff: Source/core/Init.cpp

Issue 716723003: Script streaming: Shutdown streaming before V8. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | Source/web/WebKit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index dad39deebd3946b7c6fcab9fb8d626b71d60ad0e..f4866960dc3cfc4ebe11c213e1180fd0c4bd18e5 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -118,9 +118,8 @@ void CoreInitializer::init()
void CoreInitializer::shutdown()
{
- // Make sure we stop the HTMLParserThread and ScriptStreamerThread before
- // Platform::current() is cleared.
- ScriptStreamerThread::shutdown();
+ // Make sure we stop the HTMLParserThread before Platform::current() is
+ // cleared.
HTMLParserThread::shutdown();
Partitions::shutdown();
« no previous file with comments | « no previous file | Source/web/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698