Index: Source/WebCore/loader/EmptyClients.h |
=================================================================== |
--- Source/WebCore/loader/EmptyClients.h (revision 91866) |
+++ Source/WebCore/loader/EmptyClients.h (working copy) |
@@ -310,7 +310,7 @@ |
virtual void setMainFrameDocumentReady(bool) { } |
- virtual void startDownload(const ResourceRequest&) { } |
+ virtual void startDownload(const ResourceRequest&, const String& suggestedName = String()) { UNUSED_PARAM(suggestedName); } |
virtual void willChangeTitle(DocumentLoader*) { } |
virtual void didChangeTitle(DocumentLoader*) { } |