| Index: ui/file_manager/file_manager/common/js/util.js
|
| diff --git a/ui/file_manager/file_manager/common/js/util.js b/ui/file_manager/file_manager/common/js/util.js
|
| index 6e73c08784e7e742ca2a7c87b70f454938677b3d..71561aa1f28dcb8135fdec9ae9d574a507254bc9 100644
|
| --- a/ui/file_manager/file_manager/common/js/util.js
|
| +++ b/ui/file_manager/file_manager/common/js/util.js
|
| @@ -719,9 +719,9 @@ util.comparePath = function(entry1, entry2) {
|
| * Checks if the child entry is a descendant of another entry. If the entries
|
| * point to the same file or directory, then returns false.
|
| *
|
| - * @param {DirectoryEntry|Object} ancestorEntry The ancestor directory entry.
|
| + * @param {!DirectoryEntry|!Object} ancestorEntry The ancestor directory entry.
|
| * Can be a fake.
|
| - * @param {Entry|Object} childEntry The child entry. Can be a fake.
|
| + * @param {!Entry|!Object} childEntry The child entry. Can be a fake.
|
| * @return {boolean} True if the child entry is contained in the ancestor path.
|
| */
|
| util.isDescendantEntry = function(ancestorEntry, childEntry) {
|
|
|