| Index: Source/core/workers/DedicatedWorkerThread.h
|
| diff --git a/Source/core/workers/DedicatedWorkerThread.h b/Source/core/workers/DedicatedWorkerThread.h
|
| index 2abfbefd1955a89ea611afdba6d104f1fdc531c7..d4440e1abba6957a6b24e94389b49e711c31fa08 100644
|
| --- a/Source/core/workers/DedicatedWorkerThread.h
|
| +++ b/Source/core/workers/DedicatedWorkerThread.h
|
| @@ -44,7 +44,7 @@ namespace WebCore {
|
| virtual ~DedicatedWorkerThread();
|
|
|
| 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;
|
| virtual void runEventLoop() OVERRIDE;
|
|
|
| private:
|
|
|