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

Unified Diff: Source/core/workers/WorkerThread.cpp

Issue 433153004: Remove did(Start|Stop)WorkerThread as it is not used. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/bindings/core/v8/WorkerScriptController.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerThread.cpp
diff --git a/Source/core/workers/WorkerThread.cpp b/Source/core/workers/WorkerThread.cpp
index 8e7a65e43d4f07b5d69d0d7366a0ce86354aa687..cc6dd47d36d85587033ce60e656a62b394b0d0cf 100644
--- a/Source/core/workers/WorkerThread.cpp
+++ b/Source/core/workers/WorkerThread.cpp
@@ -246,7 +246,7 @@ void WorkerThread::initialize()
}
}
- // The corresponding call to didStopWorkerThread is in
+ // The corresponding call to didStopWorkerRunLoop is in
// ~WorkerScriptController.
blink::Platform::current()->didStartWorkerRunLoop(blink::WebWorkerRunLoop(this));
« no previous file with comments | « Source/bindings/core/v8/WorkerScriptController.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698