Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index 01a69d6c751d3d09560ca75540dd1762d2d275ac..474b26bc2861f4e1376b824aa48c75192551bb48 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 PassOwnPtr<WebKit::WebServiceWorkerProvider> createServiceWorkerProvider(PassOwnPtr<WebKit::WebServiceWorkerProviderClient>) OVERRIDE; |
}; |
class EmptyTextCheckerClient : public TextCheckerClient { |