[Webkit-unassigned] [Bug 24096] Use PLATFORM(CF) instead of PLATFORM(MAC) in CurrentTime.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 09:10:37 PST 2009


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


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27883|review?                     |review+
               Flag|                            |




------- Comment #4 from aroben at apple.com  2009-02-23 09:10 PDT -------
(From update of attachment 27883)
> +#elif PLATFORM(GTK)
> +
> +// Note: GTK on Windows will pick up the PLATFORM(WIN) implementation above which provides
> +// better accuracy compared with Windows implementation of g_get_current_time:
> +// (http://www.google.com/codesearch/p?hl=en#HHnNRjks1t0/glib-2.5.2/glib/gmain.c&q=g_get_current_time).
> +// Non-Windows GTK builds could use gettimeofday() directly but for the sake of consistency lets use GTK function.

Looks like this patch helps out GTK/win, too!

r=me


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



More information about the webkit-unassigned mailing list