[Webkit-unassigned] [Bug 114793] REGRESSION(r148639): It broke Qt Mountain Lion Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 01:32:06 PDT 2013


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





--- Comment #1 from Zoltan Arvai <zarvai at inf.u-szeged.hu>  2013-04-18 01:30:23 PST ---
Maybe in
http://trac.webkit.org/changeset/148639/trunk/Source/WTF/wtf/CurrentTime.cpp

 #if PLATFORM(MAC) 
 #include <mach/mach.h> 
should be 
 #if OS(DARWIN)
 ...

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