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

Unified Diff: Source/web/WebKit.cpp

Issue 1115923002: workers: Rename WorkerThread to WorkerScript. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 7 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/web/WebKit.cpp
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
index 0af50ec4763f064472ac8c6f2fa34b7bced45162..a8c96615026c8ad6f032a2b2c73515da7af58691 100644
--- a/Source/web/WebKit.cpp
+++ b/Source/web/WebKit.cpp
@@ -231,7 +231,7 @@ void shutdown()
// Make sure we stop WorkerThreads before the main thread's ThreadState
// and later shutdown steps starts freeing up resources needed during
// worker termination.
- WorkerThread::terminateAndWaitForAllWorkers();
+ WorkerScript::terminateAndWaitForAllWorkers();
ModulesInitializer::terminateThreads();

Powered by Google App Engine
This is Rietveld 408576698