| Index: chrome/browser/resources/print_preview/data/ticket_items/scaling.js
|
| diff --git a/chrome/browser/resources/print_preview/data/ticket_items/scaling.js b/chrome/browser/resources/print_preview/data/ticket_items/scaling.js
|
| index aa1935973d8cdbe26c9bb5427a4d0d3539afc249..e3703d4ff22ca82ce094ea7ad31fcb3050f39a50 100644
|
| --- a/chrome/browser/resources/print_preview/data/ticket_items/scaling.js
|
| +++ b/chrome/browser/resources/print_preview/data/ticket_items/scaling.js
|
| @@ -21,10 +21,10 @@ cr.define('print_preview.ticket_items', function() {
|
| print_preview.ticket_items.TicketItem.call(
|
| this,
|
| appState,
|
| - print_preview.AppState.Field.SCALING,
|
| + print_preview.AppStateField.SCALING,
|
| destinationStore,
|
| documentInfo);
|
| - };
|
| + }
|
|
|
| Scaling.prototype = {
|
| __proto__: print_preview.ticket_items.TicketItem.prototype,
|
| @@ -32,7 +32,7 @@ cr.define('print_preview.ticket_items', function() {
|
| /** @override */
|
| wouldValueBeValid: function(value) {
|
| return true;
|
| - },
|
| + },
|
|
|
| /** @override */
|
| isValueEqual: function(value) {
|
|
|