[Webkit-unassigned] [Bug 28126] [Haiku] Adding SharedTimer to WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 17:43:42 PDT 2009


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





--- Comment #8 from Eric Seidel <eric at webkit.org>  2009-08-14 17:43:41 PDT ---
(From update of attachment 34719)
Isn't this reversed?

     bigtime_t interval = fireTime - currentTime();
 90     bigtime_t milliSecondInterval = interval < 0 ? 0 : interval * 1000;

is currentTime() in nanoseconds?  If so "interval" should be labled as such?

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