[Webkit-unassigned] [Bug 156972] [GTK] Crashes if DISPLAY is unset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 08:10:11 PDT 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #277247|review?                     |review+
              Flags|                            |

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 277247
  --> https://bugs.webkit.org/attachment.cgi?id=277247
Patch

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

> Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:41
> +    m_ownedDisplay = m_display != nullptr;

We don't explicitly check nullptr, m_ownedDisplay = m_display; should just work, I think.

-- 
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/20160425/e53c89d3/attachment-0001.html>


More information about the webkit-unassigned mailing list