| 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);
|
| }
|
| },
|
|
|