Index: storage/browser/fileapi/remove_operation_delegate.cc |
diff --git a/storage/browser/fileapi/remove_operation_delegate.cc b/storage/browser/fileapi/remove_operation_delegate.cc |
index eb28587fe602645aa879ba44878c7a074fefe68f..c0de28abf8ef70de691aee692e1d1085b510ac87 100644 |
--- a/storage/browser/fileapi/remove_operation_delegate.cc |
+++ b/storage/browser/fileapi/remove_operation_delegate.cc |
@@ -28,7 +28,8 @@ void RemoveOperationDelegate::Run() { |
} |
void RemoveOperationDelegate::RunRecursively() { |
- StartRecursiveOperation(url_, callback_); |
+ StartRecursiveOperation(url_, FileSystemOperation::ERROR_BEHAVIOR_ABORT, |
+ callback_); |
} |
void RemoveOperationDelegate::ProcessFile(const FileSystemURL& url, |