[Webkit-unassigned] [Bug 33566] [BREWMP] Port WTF's randomNumber

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 14:41:40 PST 2010


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


Eric Seidel <eric at webkit.org> changed:

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




--- Comment #3 from Eric Seidel <eric at webkit.org>  2010-01-26 14:41:39 PST ---
(From update of attachment 47252)
Seems we should add the #undef to wtf/Assertions.h instead:

Something like what we do for windows:
#if OS(WINDOWS) || OS(SYMBIAN)
/* FIXME: Change to use something other than ASSERT to avoid this conflict with
the underlying platform */
#undef ASSERT
#endif

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