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