| Index: chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| diff --git a/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js b/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| index 02f7f155fe2a77b8acb5b7de750275df045c9b33..73fa0b1e1de3a8160f5af63d9af818084ebc3cff 100644
|
| --- a/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| +++ b/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| @@ -37,7 +37,7 @@ cr.define('print_preview.ticket_items', function() {
|
| print_preview.ticket_items.TicketItem.call(
|
| this,
|
| appState,
|
| - print_preview.AppState.Field.MARGINS_TYPE,
|
| + print_preview.AppStateField.MARGINS_TYPE,
|
| null /*destinationStore*/,
|
| documentInfo);
|
|
|
| @@ -47,7 +47,7 @@ cr.define('print_preview.ticket_items', function() {
|
| * @private
|
| */
|
| this.customMargins_ = customMargins;
|
| - };
|
| + }
|
|
|
| MarginsType.prototype = {
|
| __proto__: print_preview.ticket_items.TicketItem.prototype,
|
|
|