[Webkit-unassigned] [Bug 118150] Use DeferrableOneShotTimer for deleting decoded data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 27 16:05:19 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118150
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> 2013-06-27 16:07:15 PST ---
(From update of attachment 205640)
View in context: https://bugs.webkit.org/attachment.cgi?id=205640&action=review
> Source/WebCore/platform/Timer.h:158
> + void setDelay(double delay) { m_delay = delay; }
setDelay() seems ambiguous here; does it reschedule the current timer? What does it mean to just change the delay like this?
--
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