Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index f0205f1f5523cb4e932c52c354af99207ce999e4..b8b14049a4aa52dc3da3426fbeaced5a59701878 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -247,7 +247,6 @@ public: |
virtual bool shouldFallBack(const ResourceError&) OVERRIDE { return false; } |
- virtual bool canHandleRequest(const ResourceRequest&) const OVERRIDE { return false; } |
virtual bool canShowMIMEType(const String&) const OVERRIDE { return false; } |
virtual String generatedMIMETypeForURLScheme(const String&) const OVERRIDE { return ""; } |