<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - webkit-gtk 2.3.3 fails to build on OS X - Conflicting type &quot;Fixed&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=126433#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - webkit-gtk 2.3.3 fails to build on OS X - Conflicting type &quot;Fixed&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=126433">bug 126433</a>
              from <span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=252684&amp;action=diff" name="attach_252684" title="Patch that fixes the problem">attachment 252684</a> <a href="attachment.cgi?id=252684&amp;action=edit" title="Patch that fixes the problem">[details]</a></span>
Patch that fixes the problem

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

<span class="quote">&gt; b/Source/JavaScriptCore/API/WebKitAvailability.h:31
&gt; -#ifdef __APPLE__
&gt; +#include &lt;wtf/Platform.h&gt;
&gt; +
&gt; +#if defined(__APPLE__) &amp;&amp; !PLATFORM(GTK)</span >

Including Platform.h is incorrect in an API header, you can 
simply use #if defined(__APPLE__) &amp;&amp; !defined(BUILDING_GTK__).

Otherwise I'm not sure if it is the proper fix here.
Darin, what do you think about this strange build issue?</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>