Index: chrome/browser/resources/print_preview/layout_settings.js |
diff --git a/chrome/browser/resources/print_preview/layout_settings.js b/chrome/browser/resources/print_preview/layout_settings.js |
index 1ef59bdee474beef5d83e00f8e0b39c97f3c222d..b19cb62e5797a383fe8d656bf977c812c7467751 100644 |
--- a/chrome/browser/resources/print_preview/layout_settings.js |
+++ b/chrome/browser/resources/print_preview/layout_settings.js |
@@ -108,8 +108,8 @@ cr.define('print_preview', function() { |
* @private |
*/ |
fadeInOut_: function(fadeOut) { |
- fadeOut ? fadeOutElement(this.layoutOption_) : |
- fadeInElement(this.layoutOption_); |
+ fadeOut ? fadeOutOption(this.layoutOption_) : |
+ fadeInOption(this.layoutOption_); |
} |
}; |