Chromium Code Reviews| Index: remoting/webapp/host_installer.js |
| diff --git a/remoting/webapp/host_installer.js b/remoting/webapp/host_installer.js |
| index 6983a5679176446cd4e636795bd2c3c9fb621c90..ffe509697be3dd1cba6978c9340859738e8c9399 100644 |
| --- a/remoting/webapp/host_installer.js |
| +++ b/remoting/webapp/host_installer.js |
| @@ -128,7 +128,7 @@ remoting.HostInstaller.prototype.downloadAndWaitForInstall = function() { |
| return Promise.resolve(true); |
| } |
| - if (that.downloadAndWaitForInstallPromise_ !== null) { |
| + if (that.downloadAndWaitForInstallPromise_ == null) { |
|
Jamie
2014/09/30 17:05:47
===, for consistency with what was there previousl
Sergey Ulanov
2014/09/30 17:57:31
Done.
|
| that.downloadAndWaitForInstallPromise_ = new Promise( |
| /** @param {Function} resolve */ |
| function(resolve){ |