Bug 1890978 [Linux] Remove bogus warning about missing Wayland display r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D207260
This commit is contained in:
stransky 2024-04-15 08:57:59 +00:00
Родитель 0776fd992d
Коммит 44ba91e75a
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -28,7 +28,6 @@ void WaylandDisplayRelease() {
MOZ_RELEASE_ASSERT(NS_IsMainThread(),
"WaylandDisplay can be released in main thread only!");
if (!gWaylandDisplay) {
NS_WARNING("WaylandDisplayRelease(): Wayland display is missing!");
return;
}
delete gWaylandDisplay;