| Index: webkit/fileapi/file_system_operation.cc
|
| diff --git a/webkit/fileapi/file_system_operation.cc b/webkit/fileapi/file_system_operation.cc
|
| index 5c77024848a5d55852bc0472dd6ff94325012999..4265b6f71924571e71c765b39d547dd28083d77a 100644
|
| --- a/webkit/fileapi/file_system_operation.cc
|
| +++ b/webkit/fileapi/file_system_operation.cc
|
| @@ -308,8 +308,9 @@ void FileSystemOperation::Write(
|
|
|
| set_write_callback(callback);
|
| scoped_ptr<net::URLRequest> blob_request(
|
| - new net::URLRequest(blob_url, file_writer_delegate_.get()));
|
| - blob_request->set_context(url_request_context);
|
| + new net::URLRequest(blob_url,
|
| + file_writer_delegate_.get(),
|
| + url_request_context));
|
|
|
| file_writer_delegate_->Start(blob_request.Pass());
|
| }
|
|
|