Index: Source/core/loader/appcache/ApplicationCacheHost.h |
diff --git a/Source/core/loader/appcache/ApplicationCacheHost.h b/Source/core/loader/appcache/ApplicationCacheHost.h |
index 95aae19307c8a92aa6ce92a6bbaacfc86d0fb4ef..7fe31e916181f0db20cd2f5e3af95f0f383bb095 100644 |
--- a/Source/core/loader/appcache/ApplicationCacheHost.h |
+++ b/Source/core/loader/appcache/ApplicationCacheHost.h |
@@ -137,10 +137,10 @@ namespace blink { |
explicit ApplicationCacheHost(DocumentLoader*); |
// WebApplicationCacheHostClient implementation |
- virtual void didChangeCacheAssociation() override final; |
- virtual void notifyEventListener(WebApplicationCacheHost::EventID) override final; |
- virtual void notifyProgressEventListener(const WebURL&, int progressTotal, int progressDone) override final; |
- virtual void notifyErrorEventListener(WebApplicationCacheHost::ErrorReason, const WebURL&, int status, const WebString& message) override final; |
+ void didChangeCacheAssociation() final; |
+ void notifyEventListener(WebApplicationCacheHost::EventID) final; |
+ void notifyProgressEventListener(const WebURL&, int progressTotal, int progressDone) final; |
+ void notifyErrorEventListener(WebApplicationCacheHost::ErrorReason, const WebURL&, int status, const WebString& message) final; |
bool isApplicationCacheEnabled(); |
DocumentLoader* documentLoader() const { return m_documentLoader; } |