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

Unified Diff: public/web/WebEmbeddedWorker.h

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
« Source/core/workers/WorkerScript.h ('K') | « Source/web/WebSharedWorkerImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebEmbeddedWorker.h
diff --git a/public/web/WebEmbeddedWorker.h b/public/web/WebEmbeddedWorker.h
index 53edb2ebba93cb803941cf537cd11279938205ee..be673b86c8eded35c1bd5fd93a9f7d2299ae1501 100644
--- a/public/web/WebEmbeddedWorker.h
+++ b/public/web/WebEmbeddedWorker.h
@@ -54,7 +54,7 @@ public:
virtual ~WebEmbeddedWorker() { }
- // Starts and terminates WorkerThread and WorkerGlobalScope.
+ // Starts and terminates WorkerScript and WorkerGlobalScope.
virtual void startWorkerContext(const WebEmbeddedWorkerStartData&) = 0;
virtual void terminateWorkerContext() = 0;
« Source/core/workers/WorkerScript.h ('K') | « Source/web/WebSharedWorkerImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698