[Webkit-unassigned] [Bug 7619] TimerBase::setNextFireTime removes a timer from the list of firing timers even when not changing its heap position
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Mar 5 21:22:01 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7619
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6888|review?(darin at apple.com) |review-
Flag| |
------- Comment #2 from darin at apple.com 2006-03-05 21:22 PDT -------
(From update of attachment 6888)
If the timer is in the timersReadyToFire set and nothing has re-scheduled it to
fire later, then m_nextFireTime is going to be 0, so the only time we won't go
inside the if statement is if newTime is also 0. There's no bug here.
--
Configure bugmail: http://bugzilla.opendarwin.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