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

Unified Diff: Source/core/Init.cpp

Issue 670683002: Terminate worker threads before detaching main thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « 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 ed6e14159d6f48d1563469833639eb3e8e47be47..dad39deebd3946b7c6fcab9fb8d626b71d60ad0e 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -123,9 +123,6 @@ void CoreInitializer::shutdown()
ScriptStreamerThread::shutdown();
HTMLParserThread::shutdown();
- // Make sure we stop WorkerThreads before Partition::shutdown() which frees ExecutionContext.
- WorkerThread::terminateAndWaitForAllWorkers();
-
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