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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h

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/workers/WorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h
index 04689e2956043b4acb78174d57c66e211b5995c9..20e11c7b0c6acd5e590b4654842be2b9c5c7c02f 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h
@@ -33,7 +33,7 @@
#include "core/CoreExport.h"
#include "core/dom/MessagePort.h"
-#include "core/workers/WorkerThread.h"
+#include "core/workers/WorkerScript.h"
#include "wtf/Forward.h"
#include "wtf/PassOwnPtr.h"
@@ -47,7 +47,7 @@ class CORE_EXPORT WorkerGlobalScopeProxy {
public:
virtual ~WorkerGlobalScopeProxy() { }
- virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) = 0;
+ virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerScriptStartMode) = 0;
virtual void terminateWorkerGlobalScope() = 0;

Powered by Google App Engine
This is Rietveld 408576698