[Webkit-unassigned] [Bug 144560] [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 05:02:07 PST 2015


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

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

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

> Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:47
> -#ifdef SOCK_SEQPACKET
> +#if defined(SOCK_SEQPACKET) && !PLATFORM(GTK)
>  #define SOCKET_TYPE SOCK_SEQPACKET

This is wrong, we always want to use SOCK_SEQPACKET if available, why did you add !PLATFORM(GTK) ?

-- 
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/20151110/be620444/attachment.html>


More information about the webkit-unassigned mailing list