[webkit-reviews] review granted: [Bug 115427] Formatting tweaks : [Attachment 200125] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 10:51:08 PDT 2013


Andreas Kling <akling at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 115427: Formatting tweaks
https://bugs.webkit.org/show_bug.cgi?id=115427

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=200125&action=review


> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:1055
> -	       limitDelta.setHeight(m_scrollableArea->visibleContentRect().y()
+ + m_scrollableArea->scrollOrigin().y());
> +	       limitDelta.setHeight(m_scrollableArea->visibleContentRect().y()
+ m_scrollableArea->scrollOrigin().y());

wat


More information about the webkit-reviews mailing list