зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1062253 - Exception calling callback: TypeError: this._backgroundUpdateCheckCodePing is not a function @ nsUpdateService.js:2380:8. r=spohl
This commit is contained in:
Родитель
c1a9d97ae8
Коммит
b555b1ca9c
|
@ -2995,7 +2995,7 @@ UpdateService.prototype = {
|
||||||
if (status == STATE_NONE)
|
if (status == STATE_NONE)
|
||||||
cleanupActiveUpdate();
|
cleanupActiveUpdate();
|
||||||
self._update = null;
|
self._update = null;
|
||||||
this._backgroundUpdateCheckCodePing(PING_BGUC_CHECK_NO_INCOMPAT);
|
self._backgroundUpdateCheckCodePing(PING_BGUC_CHECK_NO_INCOMPAT);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче