| Index: chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js
|
| diff --git a/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js b/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js
|
| index a9a0f07ee0dff7f6d7bfcb11abdb744be2f96932..d95a9379c44cbb311189f9a74a5bd1c306fb2d6f 100644
|
| --- a/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js
|
| +++ b/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js
|
| @@ -102,7 +102,7 @@ cr.define('print_preview.ticket_items', function() {
|
|
|
| /** @override */
|
| updateValue: function(value) {
|
| - var margins = /** @type {!InputMargins} */ (value);
|
| + var margins = /** @type {!print_preview.Margins} */ (value);
|
| if (margins != null) {
|
| margins = new print_preview.Margins(
|
| Math.round(margins.get(CustomMargins.Orientation.TOP)),
|
|
|