Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GTK] BadDamage X Window System error in WebKit::AcceleratedBackingSt…
…oreX11::update when called from WebPageProxy::exitAcceleratedCompositingMode https://bugs.webkit.org/show_bug.cgi?id=164303 Reviewed by Michael Catanzaro. This can happen if the web process exits before the UI process has cleaned up the accelerated surface. Trap BadDrawable and BadDamage X errors and ignore them, while still crashing for any other X error. * UIProcess/gtk/AcceleratedBackingStoreX11.cpp: (WebKit::AcceleratedBackingStoreX11::~AcceleratedBackingStoreX11): (WebKit::AcceleratedBackingStoreX11::update): Canonical link: https://commits.webkit.org/182044@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@208285 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
22 additions
and 1 deletion.
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