[Webkit-unassigned] [Bug 114696] Wrong use of REALTIME clock causes pages to fail loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 11:03:58 PDT 2013


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #198580|review+                     |review-
               Flag|                            |




--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2013-04-18 11:02:15 PST ---
(From update of attachment 198580)
View in context: https://bugs.webkit.org/attachment.cgi?id=198580&action=review

> Source/WebCore/workers/WorkerRunLoop.cpp:56
>  
>      // SharedTimer interface.
>      virtual void setFiredFunction(void (*function)()) { m_sharedTimerFunction = function; }
> -    virtual void setFireInterval(double interval) { m_nextFireTime = interval + currentTime(); }
> +    virtual void setFireInterval(double interval) { m_nextFireTime = interval + monotonicallyIncreasingTime(); }

Wait, but why is this correct?

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