[Webkit-unassigned] [Bug 62159] Implement montonicallyIncreasingClock() on Qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 1 14:45:42 PDT 2011


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97221|review?                     |review-
               Flag|                            |




--- Comment #18 from Simon Hausmann <hausmann at webkit.org>  2011-11-01 14:45:41 PST ---
(From update of attachment 97221)
I agree with the two gentlemen :). Could you implement this using QElapsedTimer?

Plus there's something wrong in the function declaration. From what I can tell from the CurrentTime.cpp the patch should look something like this:

+#elif PLATFORM(QT)
+
+double monotonicallyIncreasingClock()
+{
...
+}
+
#else

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