[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 12:04:24 PDT 2013


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





--- Comment #10 from Joe Mason <jmason at blackberry.com>  2013-04-18 12:02:41 PST ---
(In reply to comment #8)
> Wait, but why is this correct?

As far as I can see, m_nextFireTime is only used to pass to waitForMessageFilteredWithTimeout in runInMode:

    if (waitMode == WaitForMessage)
        absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
    MessageQueueWaitResult result;
    OwnPtr<WorkerRunLoop::Task> task = m_messageQueue.waitForMessageFilteredWithTimeout(result, predicate, absoluteTime);



More information about the webkit-unassigned mailing list