[Webkit-unassigned] [Bug 62175] [GTK] Implement monotonicallyIncreasingClock()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 01:15:12 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=62175
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #102574|review? |review+
Flag| |
--- Comment #15 from Martin Robinson <mrobinson at webkit.org> 2011-08-08 01:15:11 PST ---
(From update of attachment 102574)
View in context: https://bugs.webkit.org/attachment.cgi?id=102574&action=review
Loooks good to me. I'll land this one.
> Source/JavaScriptCore/wtf/CurrentTime.cpp:334
> + gint64 nowMicroSecs = g_get_monotonic_time();
> + return static_cast<double>(nowMicroSecs / 1000000.0);
This should probably just be return static_cast<double>(g_get_monotonic_time() / 1000000.0);
--
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