mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1312021 - ensure the addonsreconciler always has the isSyncable attribute. r=tcsc
MozReview-Commit-ID: AlYZCCrEvLV --HG-- extra : rebase_source : 361974273a7048f090fb4caa1310b983b67f082c
This commit is contained in:
parent
a9a4de3944
commit
ccb60bff9c
@ -445,6 +445,7 @@ AddonsReconciler.prototype = {
|
||||
}
|
||||
|
||||
let record = this._addons[id];
|
||||
record.isSyncable = addon.isSyncable;
|
||||
|
||||
if (!record.installed) {
|
||||
// It is possible the record is marked as uninstalled because an
|
||||
|
Loading…
Reference in New Issue
Block a user