[webkit-reviews] review granted: [Bug 121004] FrameView::scheduleEvent() is over-engineered. : [Attachment 210974] Patch idea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 8 03:36:28 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 121004: FrameView::scheduleEvent() is over-engineered.
https://bugs.webkit.org/show_bug.cgi?id=121004

Attachment 210974: Patch idea
https://bugs.webkit.org/attachment.cgi?id=210974&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=210974&action=review


> Source/WebCore/page/FrameView.h:671
> +    unsigned m_shouldEnqueueEvents;

This sounds like a boolean. m_scheduledEventSuppressionCount or similar would
be better.


More information about the webkit-reviews mailing list