| Index: chrome/browser/resources/print_preview/settings/page_settings.js
|
| diff --git a/chrome/browser/resources/print_preview/settings/page_settings.js b/chrome/browser/resources/print_preview/settings/page_settings.js
|
| index 9f335170e1a6cd72474392fc3cae637ef691168f..7e53fe1afb4499748001cc1714ce037d98cd7310 100644
|
| --- a/chrome/browser/resources/print_preview/settings/page_settings.js
|
| +++ b/chrome/browser/resources/print_preview/settings/page_settings.js
|
| @@ -144,7 +144,7 @@ cr.define('print_preview', function() {
|
| },
|
|
|
| /**
|
| - * @param {boolean} Whether the custom hint is visible.
|
| + * @param {boolean} isVisible Whether the custom hint is visible.
|
| * @private
|
| */
|
| setInvalidStateVisible_: function(isVisible) {
|
|
|