Index: remoting/webapp/crd/js/third_party_token_fetcher.js |
diff --git a/remoting/webapp/crd/js/third_party_token_fetcher.js b/remoting/webapp/crd/js/third_party_token_fetcher.js |
index b51e1b19814e95c9655591e25ba9b65247534cfa..66189e9e42912e7d1bf7144c849f074ffa3b7b14 100644 |
--- a/remoting/webapp/crd/js/third_party_token_fetcher.js |
+++ b/remoting/webapp/crd/js/third_party_token_fetcher.js |
@@ -132,7 +132,7 @@ remoting.ThirdPartyTokenFetcher.prototype.parseRedirectUrl_ = |
* @private |
*/ |
remoting.ThirdPartyTokenFetcher.prototype.getFullTokenUrl_ = function() { |
- return this.tokenUrl_ + '?' + remoting.xhr.urlencodeParamHash({ |
+ return this.tokenUrl_ + '?' + remoting.Xhr.urlencodeParamHash({ |
'redirect_uri': this.redirectUri_, |
'scope': this.tokenScope_, |
'client_id': this.hostPublicKey_, |