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 078a95b2fceb20e743154bdd4f60fde194c355b2..04689e2956043b4acb78174d57c66e211b5995c9 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxy.h |
@@ -47,7 +47,7 @@ |
public: |
virtual ~WorkerGlobalScopeProxy() { } |
- virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode) = 0; |
+ virtual void startWorkerGlobalScope(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode) = 0; |
virtual void terminateWorkerGlobalScope() = 0; |