Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION(249114@main) [GTK] Crashes on shutdown if the display is n…
…ot set https://bugs.webkit.org/show_bug.cgi?id=239767 Patch by Carlos Garcia Campos <cgarcia@igalia.com> on 2022-05-05 Reviewed by Michael Catanzaro. Handle the case of PlatformDisplay created with a nullptr GdkDisplay. * platform/graphics/PlatformDisplay.cpp: (WebCore::PlatformDisplay::PlatformDisplay): * platform/graphics/wayland/PlatformDisplayWayland.cpp: (WebCore::PlatformDisplayWayland::PlatformDisplayWayland): (WebCore::PlatformDisplayWayland::~PlatformDisplayWayland): * platform/graphics/x11/PlatformDisplayX11.cpp: (WebCore::PlatformDisplayX11::PlatformDisplayX11): (WebCore::PlatformDisplayX11::~PlatformDisplayX11): Canonical link: https://commits.webkit.org/250299@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293826 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
29fdbe1
commit 36ee86fdf7a0f4c80d310240b53c4dd8ebb9424c
Showing
4 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters