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