| Index: chrome/browser/resources/print_preview/search/destination_list_item.js
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.js b/chrome/browser/resources/print_preview/search/destination_list_item.js
|
| index 91424f9f6f05e19cf7bc410610f16eafbc59728c..b13dc5487fc23f7fe8fd307fa970625fb2c0b228 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_list_item.js
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list_item.js
|
| @@ -266,7 +266,7 @@ cr.define('print_preview', function() {
|
| */
|
| onActivate_: function() {
|
| if (!cr.isChromeOS) {
|
| - onDestinationActivated_();
|
| + this.onDestinationActivated_();
|
| return;
|
| }
|
|
|
|
|