[webkit-reviews] review granted: [Bug 127386] Improve latching behavior for wheel events : [Attachment 222180] Correct accessors to use m_mutex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 18:11:37 PST 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 127386: Improve latching behavior for wheel events
https://bugs.webkit.org/show_bug.cgi?id=127386

Attachment 222180: Correct accessors to use m_mutex
https://bugs.webkit.org/attachment.cgi?id=222180&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=222180&action=review


> Source/WebCore/page/scrolling/ScrollingTree.cpp:317
> +    MutexLocker locker(m_mutex);
> +
> +    m_latchedNode = node;

Extra blank line.


More information about the webkit-reviews mailing list