[webkit-reviews] review granted: [Bug 32862] Background image positioning on RTL text : [Attachment 82184] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 11 14:57:20 PST 2011


Darin Adler <darin at apple.com> has granted Yael <yael.aharon at nokia.com>'s
request for review:
Bug 32862: Background image positioning on RTL text
https://bugs.webkit.org/show_bug.cgi?id=32862

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=82184&action=review

> Source/WebCore/rendering/InlineFlowBox.cpp:1012
> +	   int totalLogicalWidth = 0;

No reason to initialize this to zero. It’s set in all code paths below.


More information about the webkit-reviews mailing list