Remove redundant calls to ceilToFloat in RenderBlock::computeInlinePreferredLogicalWidths
Created attachment 204288 [details] Cleanup
Comment on attachment 204288 [details] Cleanup 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.
Makes sense.
Committed r151445: <http://trac.webkit.org/changeset/151445>