| Index: Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
|
| ===================================================================
|
| --- Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp (revision 91866)
|
| +++ Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp (working copy)
|
| @@ -789,7 +789,7 @@
|
| notImplemented();
|
| }
|
|
|
| -void WebFrameLoaderClient::startDownload(const ResourceRequest& request)
|
| +void WebFrameLoaderClient::startDownload(const ResourceRequest& request, const String& /* suggestedName */)
|
| {
|
| m_frame->startDownload(request);
|
| }
|
|
|