Index: Source/web/WebSharedWorkerImpl.h |
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h |
index a13e5d7b2c0a40b78381fa64d1fefce0b6a4b929..04da0e5961c9f40cc7af967707f447df40bc56ba 100644 |
--- a/Source/web/WebSharedWorkerImpl.h |
+++ b/Source/web/WebSharedWorkerImpl.h |
@@ -89,8 +89,8 @@ public: |
virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<WebCore::ExecutionContextTask>) OVERRIDE; |
// WebFrameClient methods to support resource loading thru the 'shadow page'. |
- virtual WebApplicationCacheHost* createApplicationCacheHost(WebFrame*, WebApplicationCacheHostClient*) OVERRIDE; |
- virtual void didFinishDocumentLoad(WebFrame*) OVERRIDE; |
+ virtual WebApplicationCacheHost* createApplicationCacheHost(WebLocalFrame*, WebApplicationCacheHostClient*) OVERRIDE; |
+ virtual void didFinishDocumentLoad(WebLocalFrame*) OVERRIDE; |
// WebSharedWorker methods: |
virtual void startWorkerContext(const WebURL&, const WebString& name, const WebString& contentSecurityPolicy, WebContentSecurityPolicyType) OVERRIDE; |