Index: remoting/webapp/crd/js/host_setup_dialog.js |
diff --git a/remoting/webapp/crd/js/host_setup_dialog.js b/remoting/webapp/crd/js/host_setup_dialog.js |
index 4697c9008c9ac3e443999477137f332d0150e631..24097a19e6d528315043051623228f0c889ad201 100644 |
--- a/remoting/webapp/crd/js/host_setup_dialog.js |
+++ b/remoting/webapp/crd/js/host_setup_dialog.js |
@@ -143,7 +143,7 @@ remoting.HostSetupDialog = function(hostController) { |
this.usageStats_ = document.getElementById('usagestats-consent'); |
this.usageStatsCheckbox_ = /** @type {HTMLInputElement} */ |
- document.getElementById('usagestats-consent-checkbox'); |
+ (document.getElementById('usagestats-consent-checkbox')); |
}; |
/** |