| 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 ca0f996354b7e69d7892ed5c28941f0d675f9597..e82219dcc4ab5c0d39b1563692082d5ab09ec015 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
|
| @@ -330,7 +330,7 @@ fileOperationUtil.listEntries = function(directory, callback) {
|
|
|
| var readEntries = function() {
|
| reader.readEntries (
|
| - /** @param {!Array<Entry>} entries */
|
| + /** @param {!Array<!Entry>} entries */
|
| function(entries) {
|
| if (entries.length === 0) {
|
| resolve(undefined);
|
|
|