| Index: chrome/browser/resources/print_preview/data/destination_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
|
| index 704e41859000b379fbf59e87383a43c2befdbee1..8eb788bdd75ddd58ee14df966541642b10515da2 100644
|
| --- a/chrome/browser/resources/print_preview/data/destination_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/destination_store.js
|
| @@ -291,6 +291,7 @@ cr.define('print_preview', function() {
|
| !this.appState_.selectedDestinationOrigin) {
|
| this.selectDefaultDestination_();
|
| } else {
|
| + assert(typeof this.appState_.selectedDestinationAccount == 'string');
|
| var key = this.getDestinationKey_(
|
| this.appState_.selectedDestinationOrigin,
|
| this.appState_.selectedDestinationId,
|
|
|