[Webkit-unassigned] [Bug 20979] WebCore timers on Windows XP do not fire with high resolution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 21 17:09:07 PDT 2008


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





------- Comment #3 from mitz at webkit.org  2008-09-21 17:09 PDT -------
(From update of attachment 23635)
-        if (wParam == sharedTimerID || wParam == lastChanceSharedTimerID &&
!isDeferringTimers()) {
+        if (wParam == sharedTimerID && !isDeferringTimers()) {

The !isDeferringTimers() check was only needed for the last chance timer.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list