Bug 1893444 - Port bug 1803678: ensureCustomElements is no longer needed. r=babolivier

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

--HG--
extra : amend_source : 011cbe2ef066a7abe96b478a340726caa28dc0fd
This commit is contained in:
Martin Giger 2024-04-25 17:18:01 +01:00
Родитель 9014b178ff
Коммит dd30c19970
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -487,8 +487,6 @@ var gXPInstallObserver = {
break;
}
case "addon-install-blocked": {
const window = getTopWindow();
await window.ensureCustomElements("moz-support-link");
// Dismiss the progress notification. Note that this is bad if
// there are multiple simultaneous installs happening, see
// bug 1329884 for a longer explanation.