| Index: ui/file_manager/file_manager/background/js/file_operation_util.js
|
| diff --git a/ui/file_manager/file_manager/background/js/file_operation_util.js b/ui/file_manager/file_manager/background/js/file_operation_util.js
|
| index be018bbd50a5e9c12eefac61a881ee6a48b2919a..a0e7c4ffe557d30c1ca13dd666ad79d85b8079eb 100644
|
| --- a/ui/file_manager/file_manager/background/js/file_operation_util.js
|
| +++ b/ui/file_manager/file_manager/background/js/file_operation_util.js
|
| @@ -310,7 +310,7 @@ fileOperationUtil.findEntriesRecursively = function(entry, onResultCallback) {
|
| reader.readEntries(processSubEntries, maybeSettlePromise);
|
| },
|
| maybeSettlePromise);
|
| - }
|
| + };
|
|
|
| processEntry(entry);
|
| });
|
|
|