[webkit-reviews] review granted: [Bug 123886] [CSSRegions] Unable to scroll a scrollable container for regions using mouse wheel : [Attachment 222563] Integrated feedback from anttik

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 29 03:47:50 PST 2014


Antti Koivisto <koivisto at iki.fi> has granted Radu Stavila <stavila at adobe.com>'s
request for review:
Bug 123886: [CSSRegions] Unable to scroll a scrollable container for regions
using mouse wheel
https://bugs.webkit.org/show_bug.cgi?id=123886

Attachment 222563: Integrated feedback from anttik
https://bugs.webkit.org/attachment.cgi?id=222563&action=review

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


> Source/WebCore/rendering/RenderBox.cpp:796
> +	   RenderBox* flowedBox = startBox ? startBox : this;

I don't think startBox is ever actually null so you don't need this.


More information about the webkit-reviews mailing list