Index: webkit/browser/fileapi/copy_or_move_operation_delegate.cc |
diff --git a/webkit/browser/fileapi/copy_or_move_operation_delegate.cc b/webkit/browser/fileapi/copy_or_move_operation_delegate.cc |
index 84a6472720e2990da9b88b01c15e7555c456f6cd..afe257343baf518d80a97f3f50e4ea203d86f39e 100644 |
--- a/webkit/browser/fileapi/copy_or_move_operation_delegate.cc |
+++ b/webkit/browser/fileapi/copy_or_move_operation_delegate.cc |
@@ -818,7 +818,7 @@ void CopyOrMoveOperationDelegate::ProcessFile( |
if (!validator_factory) { |
scoped_ptr<storage::FileStreamReader> reader = |
file_system_context()->CreateFileStreamReader( |
- src_url, 0, base::Time()); |
+ src_url, 0 /* offset */, storage::kMaximumLength, base::Time()); |
scoped_ptr<FileStreamWriter> writer = |
file_system_context()->CreateFileStreamWriter(dest_url, 0); |
if (reader && writer) { |