Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: chrome/browser/resources/print_preview/data/ticket_items/landscape.js

Issue 2861713004: Print Preview: Fix compile errors in settings/ directory (Closed)
Patch Set: Address comments and fix remaining lint errors Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/print_preview/data/ticket_items/landscape.js
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/landscape.js b/chrome/browser/resources/print_preview/data/ticket_items/landscape.js
index cf70bd6dce64e96f6165906ffc6e5c2be43447bd..2cae4abd8c44cd6edb3aecef73b1a7ecf79cbe79 100644
--- a/chrome/browser/resources/print_preview/data/ticket_items/landscape.js
+++ b/chrome/browser/resources/print_preview/data/ticket_items/landscape.js
@@ -103,7 +103,7 @@ cr.define('print_preview.ticket_items', function() {
if (updateMargins) {
// Reset the user set margins when page orientation changes.
this.marginsType_.updateValue(
- print_preview.ticket_items.MarginsType.Value.DEFAULT);
+ print_preview.ticket_items.MarginsTypeValue.DEFAULT);
this.customMargins_.updateValue(null);
}
},

Powered by Google App Engine
This is Rietveld 408576698