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

Unified Diff: third_party/WebKit/Source/core/Init.cpp

Issue 1728803002: Rename WorkerThread to WorkerScript Base URL: https://chromium.googlesource.com/chromium/src.git@workerscript-controller
Patch Set: Created 4 years, 10 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: third_party/WebKit/Source/core/Init.cpp
diff --git a/third_party/WebKit/Source/core/Init.cpp b/third_party/WebKit/Source/core/Init.cpp
index 461d43b3ab71e4124cac97ef67ad526532442337..f1231e0dc186331a86e712b16057226308d3b0bf 100644
--- a/third_party/WebKit/Source/core/Init.cpp
+++ b/third_party/WebKit/Source/core/Init.cpp
@@ -51,7 +51,7 @@
#include "core/fetch/FetchInitiatorTypeNames.h"
#include "core/html/canvas/CanvasRenderingContextFactory.h"
#include "core/html/parser/HTMLParserThread.h"
-#include "core/workers/WorkerThread.h"
+#include "core/workers/WorkerScript.h"
#include "platform/EventTracer.h"
#include "platform/FontFamilyNames.h"
#include "platform/HTTPNames.h"
@@ -147,7 +147,7 @@ void CoreInitializer::terminateThreads()
// cleared.
HTMLParserThread::shutdown();
- WorkerThread::terminateAndWaitForAllWorkers();
+ WorkerScript::terminateAndWaitForAllWorkers();
}
void CoreInitializer::shutdown()

Powered by Google App Engine
This is Rietveld 408576698