| Index: ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| diff --git a/ui/file_manager/file_manager/background/js/file_operation_manager.js b/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| index b6fc71966fa777c4dfc231ef8399a8be772c5b01..28d4312a570095f0e3bbf3eaec89998450ec53bc 100644
|
| --- a/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| +++ b/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| @@ -115,8 +115,8 @@ FileOperationManager.prototype.requestTaskCancel = function(taskId) {
|
| * Filters the entry in the same directory
|
| *
|
| * @param {Array.<Entry>} sourceEntries Entries of the source files.
|
| - * @param {DirectoryEntry} targetEntry The destination entry of the target
|
| - * directory.
|
| + * @param {DirectoryEntry|FakeEntry} targetEntry The destination entry of the
|
| + * target directory.
|
| * @param {boolean} isMove True if the operation is "move", otherwise (i.e.
|
| * if the operation is "copy") false.
|
| * @return {Promise} Promise fulfilled with the filtered entry. This is not
|
|
|