| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 6b72c5d9448178610be40fd4ef69cc3493378793..0a4ff871347384de3897949c1754627df8f9fcf0 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -246,7 +246,7 @@ public:
|
| virtual void didRequestAutocomplete(HTMLFormElement*) OVERRIDE;
|
|
|
| virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() OVERRIDE;
|
| - virtual bool isControlledByServiceWorker() OVERRIDE { return false; }
|
| + virtual bool isControlledByServiceWorker(DocumentLoader*) OVERRIDE { return false; }
|
| virtual PassOwnPtr<blink::WebApplicationCacheHost> createApplicationCacheHost(blink::WebApplicationCacheHostClient*) OVERRIDE;
|
| };
|
|
|
|
|