| Index: webkit/plugins/ppapi/ppb_url_request_info_impl.cc
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_url_request_info_impl.cc (revision 100758)
|
| +++ webkit/plugins/ppapi/ppb_url_request_info_impl.cc (working copy)
|
| @@ -129,7 +129,8 @@
|
| return false;
|
|
|
| dest->initialize();
|
| - dest->setURL(frame->document().completeURL(WebString::fromUTF8(data().url)));
|
| + dest->setURL(frame->document().completeURL(WebString::fromUTF8(
|
| + data().url)));
|
| dest->setDownloadToFile(data().stream_to_file);
|
| dest->setReportUploadProgress(data().record_upload_progress);
|
|
|
|
|