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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 06:39:51 PST 2011


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





--- Comment #20 from Yael <yael.aharon at nokia.com>  2011-01-26 06:39:51 PST ---
(In reply to comment #19)
> (From update of attachment 80123 [details])
> 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.

Good catch :)
A bad last minute change I did.

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