[Webkit-unassigned] [Bug 52839] [Qt][Symbian] Fix --minimal build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 06:03:48 PST 2011


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


Laszlo Gombos <laszlo.1.gombos at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #80123|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #19 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2011-01-26 06:03:48 PST ---
(From update of attachment 80123)
View in context: https://bugs.webkit.org/attachment.cgi?id=80123&action=review

r- to fix the guard, otherwise looks good.

> Source/JavaScriptCore/wtf/Platform.h:834
> +#if !(PLATFORM(UNIX) || OS(SYMBIAN))

I think this should be "!PLATFORM(UNIX) || OS(SYMBIAN)" - the test above is false for Symbian.

-- 
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