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..b9f321ec681e2cffb84703de04701a6eb2d21276 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_TERMINATE, |
+ callback_); |
} |
void RemoveOperationDelegate::ProcessFile(const FileSystemURL& url, |