| Index: Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h
|
| ===================================================================
|
| --- Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h (revision 91866)
|
| +++ Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h (working copy)
|
| @@ -219,7 +219,7 @@
|
| PassRefPtr<FormState>);
|
| virtual void dispatchUnableToImplementPolicy(const ResourceError&);
|
|
|
| - virtual void startDownload(const ResourceRequest&);
|
| + virtual void startDownload(const ResourceRequest&, const String& suggestedName = String());
|
|
|
| // FIXME: This should probably not be here, but it's needed for the tests currently.
|
| virtual void partClearedInBegin();
|
|
|