Bug 1544562 - Call onUnload when about:preferences is closed r=rstrong

Differential Revision: https://phabricator.services.mozilla.com/D27591

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kirk Steuber 2019-04-15 21:23:04 +00:00
Родитель 1f2a20380a
Коммит 163b96b5b3
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1436,6 +1436,9 @@ var gMainPane = {
handleEvent(aEvent) {
if (aEvent.type == "unload") {
this.destroy();
if (AppConstants.MOZ_UPDATER) {
onUnload();
}
}
},