Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index 23f07b842a6df874a7130b07a880debcf58a7199..0ebedbdb88f6e4d78e9b2e90440ca54e58460032 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -241,6 +241,7 @@ public: |
virtual void didRequestAutocomplete(PassRefPtr<FormState>) OVERRIDE; |
virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider(PassOwnPtr<blink::WebServiceWorkerProviderClient>) OVERRIDE; |
+ virtual PassOwnPtr<blink::WebApplicationCacheHost> createApplicationCacheHost(blink::WebApplicationCacheHostClient*) OVERRIDE; |
}; |
class EmptyTextCheckerClient FINAL : public TextCheckerClient { |