[Webkit-unassigned] [Bug 154814] [GTK] webkitWebViewBaseRealize broken in Wayland with USE_OPENGL=OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 29 08:43:44 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154814

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
It's not so simple, another problem is that in WebCore::PlatformDisplay::createPlatformDisplay, gdk_display_manager_get_default_display returns some non-null display for which neither GDK_IS_X11_DISPLAY nor GDK_IS_WAYLAND_DISPLAY is true, and we wind up creating a PlatformDisplayX11 in the fallback path (we should really have an ASSERT_NOT_REACHED there), so any code that checks the display type can never work.

Since I think nobody cares about this configuration, I'd rather just fail the build at the configure stage, rather than investigate more and try to make this work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160229/e9a3b2ad/attachment.html>


More information about the webkit-unassigned mailing list