| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index 0770c417e827e7feadf03ef472c8cf810c432041..e9d9690b88d2cd9943bda37391143639a782c75d 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -206,7 +206,7 @@ namespace blink {
|
|
|
| virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() = 0;
|
|
|
| - virtual bool isControlledByServiceWorker() = 0;
|
| + virtual bool isControlledByServiceWorker(DocumentLoader&) = 0;
|
|
|
| virtual SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() { return 0; }
|
|
|
|
|