Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: webkit/browser/fileapi/sandbox_file_stream_writer.cc

Issue 18023022: Blob support for IDB [Chromium] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge fixes [builds, untested] Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/browser/fileapi/sandbox_file_stream_writer.cc
diff --git a/webkit/browser/fileapi/sandbox_file_stream_writer.cc b/webkit/browser/fileapi/sandbox_file_stream_writer.cc
index 2e075ce39febd731c2e718907ca7ce1011ae3532..94aaacf3e966d89b760d43032a4107b928aa327d 100644
--- a/webkit/browser/fileapi/sandbox_file_stream_writer.cc
+++ b/webkit/browser/fileapi/sandbox_file_stream_writer.cc
@@ -139,7 +139,7 @@ void SandboxFileStreamWriter::DidCreateSnapshotFile(
DCHECK(!local_file_writer_.get());
local_file_writer_.reset(new LocalFileStreamWriter(
file_system_context_->default_file_task_runner(), platform_path,
- initial_offset_));
+ initial_offset_, true));
quota::QuotaManagerProxy* quota_manager_proxy =
file_system_context_->quota_manager_proxy();

Powered by Google App Engine
This is Rietveld 408576698