Index: Source/core/workers/SharedWorkerThread.h |
diff --git a/Source/core/workers/SharedWorkerThread.h b/Source/core/workers/SharedWorkerThread.h |
index d7bc335dcf15573438753bd95097f5f89cd54300..955ce4f3100ca736b0dab9efb07db067d6d9d557 100644 |
--- a/Source/core/workers/SharedWorkerThread.h |
+++ b/Source/core/workers/SharedWorkerThread.h |
@@ -41,7 +41,7 @@ namespace WebCore { |
virtual ~SharedWorkerThread(); |
protected: |
- virtual PassRefPtr<WorkerContext> createWorkerContext(const KURL&, const String& userAgent, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType, PassRefPtr<SecurityOrigin> topOrigin) OVERRIDE; |
+ virtual PassRefPtr<WorkerGlobalScope> createWorkerGlobalScope(const KURL&, const String& userAgent, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType, PassRefPtr<SecurityOrigin> topOrigin) OVERRIDE; |
private: |
SharedWorkerThread(const String& name, const KURL&, const String& userAgent, const String& sourceCode, WorkerLoaderProxy&, WorkerReportingProxy&, WorkerThreadStartMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType); |