зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0776fd992d
Коммит
44ba91e75a
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче