| Index: remoting/webapp/crd/js/xmpp_connection.js
|
| diff --git a/remoting/webapp/crd/js/xmpp_connection.js b/remoting/webapp/crd/js/xmpp_connection.js
|
| index 571a144dca5cd1c3c8cbacfcb9cc647ffb8cc043..d54dd920b62dd09103979097b6c1df1087abd6c4 100644
|
| --- a/remoting/webapp/crd/js/xmpp_connection.js
|
| +++ b/remoting/webapp/crd/js/xmpp_connection.js
|
| @@ -286,7 +286,7 @@ remoting.XmppConnection.prototype.onRead_ = function(readInfo) {
|
| if (!responseMatches) {
|
| var formatted = "";
|
| for (var i = 0; i < this.fakeSslHandshakeResponse_.length; ++i) {
|
| - var x = /** @type {number} */ this.fakeSslHandshakeResponse_[i];
|
| + var x = /** @type {number} */ (this.fakeSslHandshakeResponse_[i]);
|
| formatted += " 0x" + x.toString(16);
|
| };
|
| console.error(
|
|
|