| Index: Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h
|
| ===================================================================
|
| --- Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h (revision 91866)
|
| +++ Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h (working copy)
|
| @@ -153,7 +153,7 @@
|
|
|
| virtual void setMainFrameDocumentReady(bool);
|
|
|
| - virtual void startDownload(const ResourceRequest&);
|
| + virtual void startDownload(const ResourceRequest&, const String& suggestedName = String());
|
|
|
| virtual void willChangeTitle(DocumentLoader*);
|
| virtual void didChangeTitle(DocumentLoader*);
|
|
|