[Webkit-unassigned] [Bug 50867] [Gtk] WebKitGtk+ doesn't build on Mac OS X 10.6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 28 18:43:36 PST 2010


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


Koan-Sin Tan <koansin.tan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77597|                            |review?
               Flag|                            |




--- Comment #41 from Koan-Sin Tan <koansin.tan at gmail.com>  2010-12-28 18:43:35 PST ---
Created an attachment (id=77597)
 --> (https://bugs.webkit.org/attachment.cgi?id=77597&action=review)
patch incorporated Martin's modifications and Mark's comments

using OS(DARWIN) and PLATFORM(CF)  to determine which UUID generation function we should use UUID.cpp


Note that  #elif (OS(LINUX) && PLATFORM(CHROMIUM)) || (OS(DARWIN) && !PLATFORM(CF)) will run into a bug of check-webkit-style and && has higher precedence than ||, so I just removed parentheses

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list