| Index: chrome/browser/resources/print_preview/margin_settings.js
|
| diff --git a/chrome/browser/resources/print_preview/margin_settings.js b/chrome/browser/resources/print_preview/margin_settings.js
|
| index 819d79fc0ede01d2eef1fc6b049990a3c7752efe..f3a7f4c7d0279b31844967b96518faeec006479b 100644
|
| --- a/chrome/browser/resources/print_preview/margin_settings.js
|
| +++ b/chrome/browser/resources/print_preview/margin_settings.js
|
| @@ -599,7 +599,7 @@ cr.define('print_preview', function() {
|
| */
|
| onPDFLoaded_: function() {
|
| if (!previewModifiable)
|
| - fadeOutElement(this.marginsOption_);
|
| + fadeOutOption(this.marginsOption_);
|
| }
|
| };
|
|
|
|
|