Bug 1924058 - Add a null check to prevent broken remote content notification. r=aleca

Differential Revision: https://phabricator.services.mozilla.com/D227035
This commit is contained in:
Kai Engert 2024-10-28 20:59:39 +00:00
Родитель 357934e47d
Коммит 50a4401747
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3819,7 +3819,7 @@ var gMessageNotificationBar = {
aCanOverride ? buttons : []
)
.then(notification => {
notification.buttonContainer.firstElementChild.classList.add(
notification.buttonContainer.firstElementChild?.classList.add(
"button-menu-list"
);
}, console.warn);