| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index 398caf7d03eb83c3ab50a5b68ea62dc9b31f2b48..b9a45de2958bb934c08ebe4187931144d1a420dc 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -159,7 +159,7 @@ public:
|
| virtual void dispatchWillInsertBody() OVERRIDE;
|
|
|
| virtual PassOwnPtr<WebServiceWorkerProvider> createServiceWorkerProvider() OVERRIDE;
|
| - virtual bool isControlledByServiceWorker() OVERRIDE;
|
| + virtual bool isControlledByServiceWorker(DocumentLoader*) OVERRIDE;
|
| virtual SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() OVERRIDE;
|
|
|
| virtual PassOwnPtr<WebApplicationCacheHost> createApplicationCacheHost(WebApplicationCacheHostClient*) OVERRIDE;
|
|
|