WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 117490
Remove redundant calls to ceilToFloat in RenderBlock::computeInlinePreferredLogicalWidths
https://bugs.webkit.org/show_bug.cgi?id=117490
Summary
Remove redundant calls to ceilToFloat in RenderBlock::computeInlinePreferredL...
Ryosuke Niwa
Reported
2013-06-10 22:39:58 PDT
Remove redundant calls to ceilToFloat in RenderBlock::computeInlinePreferredLogicalWidths
Attachments
Cleanup
(1.65 KB, patch)
2013-06-10 22:45 PDT
,
Ryosuke Niwa
kling
: review+
kling
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-06-10 22:45:27 PDT
Created
attachment 204288
[details]
Cleanup
Andreas Kling
Comment 2
2013-06-11 07:52:02 PDT
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.
Emil A Eklund
Comment 3
2013-06-11 08:43:11 PDT
Makes sense.
Ryosuke Niwa
Comment 4
2013-06-11 11:22:38 PDT
Committed
r151445
: <
http://trac.webkit.org/changeset/151445
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug