Bug 1363925: Follow-up: Fix more rebase bustage. r=bustage

MozReview-Commit-ID: CpJkphCaNuE
This commit is contained in:
Kris Maglione 2018-04-23 21:15:56 -07:00
Родитель b34897b3b6
Коммит 7f57158c87
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -2918,7 +2918,8 @@ var XPIProvider = {
for (let meth of ["cancelUninstallAddon", "getInstallForFile",
"getInstallForURL", "installAddonFromLocation",
"installAddonFromSources", "installTemporaryAddon",
"isInstallAllowed", "uninstallAddon", "updateSystemAddons"]) {
"isInstallAllowed", "isInstallEnabled", "uninstallAddon",
"updateSystemAddons"]) {
XPIProvider[meth] = function() {
return XPIInstall[meth](...arguments);
};