diff options
Diffstat (limited to 'webkit/fileapi/file_system_operation.h')
-rw-r--r-- | webkit/fileapi/file_system_operation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h index f9431c9..9e0fed9 100644 --- a/webkit/fileapi/file_system_operation.h +++ b/webkit/fileapi/file_system_operation.h @@ -19,9 +19,9 @@ namespace fileapi { class FileSystemOperationClient; // This class is designed to serve one-time file system operation per instance. -// Each operation method (CreateFile, CreateDirectory, Copy, Move, -// DirectoryExists, GetMetadata, ReadDirectory and Remove) must be called -// only once in its lifetime. +// Only one method(CreateFile, CreateDirectory, Copy, Move, DirectoryExists, +// GetMetadata, ReadDirectory and Remove) may be called during the lifetime of +// this object and it should be called no more than once. class FileSystemOperation { public: FileSystemOperation( |