| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 7cc68aac532430109bd352f2feed8dd5394e3e94..503dff80f3e1cfadd9157273d9f3e4bedb671b29 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -248,7 +248,7 @@ public:
|
| virtual WebKit::WebCookieJar* cookieJar() const { return 0; }
|
|
|
| virtual void didRequestAutocomplete(PassRefPtr<FormState>) OVERRIDE;
|
| - virtual WebKit::WebServiceWorkerRegistry* serviceWorkerRegistry() OVERRIDE { return 0; }
|
| + virtual WebKit::WebServiceWorkerProvider* createServiceWorkerProvider(WebKit::WebServiceWorkerProviderClient*) OVERRIDE { return 0; }
|
| };
|
|
|
| class EmptyTextCheckerClient : public TextCheckerClient {
|
|
|