| Index: chrome/browser/resources/print_preview/print_preview_utils.js
|
| diff --git a/chrome/browser/resources/print_preview/print_preview_utils.js b/chrome/browser/resources/print_preview/print_preview_utils.js
|
| index 35bb80a40feb292fbfdbe6e58245c04023b59695..728e959652f65a0adf80ce979f26d91685f94528 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview_utils.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview_utils.js
|
| @@ -197,7 +197,7 @@ function setIsVisible(element, isVisible) {
|
|
|
| /**
|
| * @param {Array.<object>} array Array to check for item.
|
| - * @param {object} item Item to look for in array.
|
| + * @param {!Object} item Item to look for in array.
|
| * @return {boolean} Whether the item is in the array.
|
| */
|
| function arrayContains(array, item) {
|
|
|