| 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;
|
|
|
|
|