Bug 883397 - Remove redundant about:blank check from CustomizeMode.exit. r=Gijs

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2020-01-16 17:20:11 +00:00
Родитель 2a3f73f702
Коммит 063ff0ea9e
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -497,11 +497,7 @@ CustomizeMode.prototype = {
this.document.documentElement.removeAttribute("customizing");
if (this.browser.selectedTab == gTab) {
if (gTab.linkedBrowser.currentURI.spec == "about:blank") {
closeGlobalTab();
} else {
unregisterGlobalTab();
}
closeGlobalTab();
}
let customizer = document.getElementById("customization-container");