[Webkit-unassigned] [Bug 109630] Avoid updating timer heap when nothing changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 12:29:24 PST 2013


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





--- Comment #5 from Darin Adler <darin at apple.com>  2013-02-13 12:31:39 PST ---
(From update of attachment 188085)
View in context: https://bugs.webkit.org/attachment.cgi?id=188085&action=review

> Source/WebCore/platform/Timer.h:87
> -    const Vector<TimerBase*>& timerHeap() const { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThreadGlobalTimerHeap; }
> -    Vector<TimerBase*>& timerHeap() { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThreadGlobalTimerHeap; }
> +    Vector<TimerBase*>& timerHeap() const { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThreadGlobalTimerHeap; }

Why this change?

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