summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/print_preview/new/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/print_preview/new/app.js')
-rw-r--r--chromium/chrome/browser/resources/print_preview/new/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/print_preview/new/app.js b/chromium/chrome/browser/resources/print_preview/new/app.js
index 030cdd3a4ba..5055ffd0dd2 100644
--- a/chromium/chrome/browser/resources/print_preview/new/app.js
+++ b/chromium/chrome/browser/resources/print_preview/new/app.js
@@ -537,7 +537,7 @@ Polymer({
const destination = assert(this.destinationStore_.selectedDestination);
this.cloudPrintInterface_.submit(
destination, this.$.model.createCloudJobTicket(destination),
- this.$.documentInfo.title, data);
+ this.documentSettings_.title, data);
},
// <if expr="not chromeos">