[Webkit-unassigned] [Bug 195742] [WPE] Confusing messages in stderr when surfaceless context is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 07:48:52 PDT 2019


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

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 364654
  --> https://bugs.webkit.org/attachment.cgi?id=364654
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=364654&action=review

> Source/WebCore/platform/graphics/egl/GLContextEGLLibWPE.cpp:77
> +    if (context == EGL_NO_CONTEXT) {
> +        WTFLogAlways("Cannot create EGL WPE context: %s\n", lastErrorString());
> +        return nullptr;
> +    }

This needs to destroy the offscreen target before returning early.

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


More information about the webkit-unassigned mailing list