[webkit-reviews] review granted: [Bug 117490] Remove redundant calls to ceilToFloat in RenderBlock::computeInlinePreferredLogicalWidths : [Attachment 204288] Cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 11 07:53:26 PDT 2013


Andreas Kling <akling at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 117490: Remove redundant calls to ceilToFloat in
RenderBlock::computeInlinePreferredLogicalWidths
https://bugs.webkit.org/show_bug.cgi?id=117490

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

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


Looks harmless. r=me

> Source/WebCore/rendering/RenderBlock.cpp:6197
> +		       LayoutUnit cailedIndent = textIndent.ceilToFloat();

Typo, ceiledIndent.


More information about the webkit-reviews mailing list