Bug 1062253 - Exception calling callback: TypeError: this._backgroundUpdateCheckCodePing is not a function @ nsUpdateService.js:2380:8. r=spohl

This commit is contained in:
Robert Strong 2015-02-10 17:41:27 -08:00
Родитель c1a9d97ae8
Коммит b555b1ca9c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2995,7 +2995,7 @@ UpdateService.prototype = {
if (status == STATE_NONE)
cleanupActiveUpdate();
self._update = null;
this._backgroundUpdateCheckCodePing(PING_BGUC_CHECK_NO_INCOMPAT);
self._backgroundUpdateCheckCodePing(PING_BGUC_CHECK_NO_INCOMPAT);
}
});
},