summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/browser/fileapi/sandbox_file_system_backend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.cc b/webkit/browser/fileapi/sandbox_file_system_backend.cc
index 4aa9595..8ab5de1 100644
--- a/webkit/browser/fileapi/sandbox_file_system_backend.cc
+++ b/webkit/browser/fileapi/sandbox_file_system_backend.cc
@@ -128,7 +128,7 @@ bool SandboxFileSystemBackend::SupportsStreaming(
bool SandboxFileSystemBackend::HasInplaceCopyImplementation(
storage::FileSystemType type) const {
- return true;
+ return false;
}
scoped_ptr<storage::FileStreamReader>