зеркало из https://github.com/mozilla/gecko-dev.git
Bug 643341: Fix typo causing problems when an update check http request fails. r=dtownsend
This commit is contained in:
Родитель
884b2a5bec
Коммит
dd10a26e8b
|
@ -533,7 +533,7 @@ UpdateParser.prototype = {
|
||||||
this.timer = null;
|
this.timer = null;
|
||||||
|
|
||||||
if (!Components.isSuccessCode(this.request.status)) {
|
if (!Components.isSuccessCode(this.request.status)) {
|
||||||
WARN("Request failed: " + request.status);
|
WARN("Request failed: " + this.request.status);
|
||||||
}
|
}
|
||||||
else if (this.request.channel instanceof Ci.nsIHttpChannel) {
|
else if (this.request.channel instanceof Ci.nsIHttpChannel) {
|
||||||
try {
|
try {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче