mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1062253 - Exception calling callback: TypeError: this._backgroundUpdateCheckCodePing is not a function @ nsUpdateService.js:2380:8. r=spohl
This commit is contained in:
parent
e9e7f7a3f2
commit
e1b639ccba
@ -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);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user