| Index: webkit/fileapi/file_system_file_util_proxy.h
|
| diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h
|
| index 77cd9bc91928de639e6269d295864b7868a3bc17..fad1f3bf538f6599e211ea721ca0c0cf4b23bbe2 100644
|
| --- a/webkit/fileapi/file_system_file_util_proxy.h
|
| +++ b/webkit/fileapi/file_system_file_util_proxy.h
|
| @@ -51,8 +51,8 @@ class FileSystemFileUtilProxy {
|
| const std::vector<Entry>&,
|
| bool has_more)> ReadDirectoryCallback;
|
|
|
| - // Deletes a file or a directory by calling |file_util|'s
|
| - // Delete method on the given |message_loop_proxy|.
|
| + // Deletes a file or a directory on the given |message_loop_proxy|.
|
| + // It is an error to delete a non-empty directory with recursive=false.
|
| static bool Delete(
|
| MessageLoopProxy* message_loop_proxy,
|
| FileSystemOperationContext* context,
|
|
|