Index: chrome/browser/resources/print_preview/settings/destination_settings.js |
diff --git a/chrome/browser/resources/print_preview/settings/destination_settings.js b/chrome/browser/resources/print_preview/settings/destination_settings.js |
index ff613d027f469571e907880041052c736c184353..d4f065dba84d26b2a67443aabc115bf948fb2adc 100644 |
--- a/chrome/browser/resources/print_preview/settings/destination_settings.js |
+++ b/chrome/browser/resources/print_preview/settings/destination_settings.js |
@@ -150,9 +150,9 @@ cr.define('print_preview', function() { |
} |
setIsVisible( |
- assert(this.getChildElement('.throbber-container')), |
+ this.getChildElement('.throbber-container'), |
this.destinationStore_.isAutoSelectDestinationInProgress); |
- setIsVisible(assert(destinationSettingsBoxEl), !!destination); |
+ setIsVisible(destinationSettingsBoxEl, !!destination); |
}, |
onSelectedDestinationNameSet_: function() { |