<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)"
   href="https://bugs.webkit.org/show_bug.cgi?id=144560#c36">Comment # 36</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)"
   href="https://bugs.webkit.org/show_bug.cgi?id=144560">bug 144560</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=264506&amp;action=diff" name="attach_264506" title="Patch">attachment 264506</a> <a href="attachment.cgi?id=264506&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=264506&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=264506&amp;action=review</a>

<span class="quote">&gt; Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:47
&gt; -#ifdef SOCK_SEQPACKET
&gt; +#if defined(SOCK_SEQPACKET) &amp;&amp; !PLATFORM(GTK)
&gt;  #define SOCKET_TYPE SOCK_SEQPACKET</span >

This is wrong, we always want to use SOCK_SEQPACKET if available, why did you add !PLATFORM(GTK) ?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>