[Webkit-unassigned] [Bug 137967] Use constants from wtf/MathExtras.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 24 13:21:44 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137967
--- Comment #11 from Darin Adler <darin at apple.com> ---
Comment on attachment 240348
--> https://bugs.webkit.org/attachment.cgi?id=240348
proposed patch ]I[
View in context: https://bugs.webkit.org/attachment.cgi?id=240348&action=review
> Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp:76
> + m_minPreferredLogicalWidth = minPreferredLogicalWidth() * float(sqrtOfTwoDouble);
> + m_maxPreferredLogicalWidth = maxPreferredLogicalWidth() * float(sqrtOfTwoDouble);
This should be sqrtOfTwoFloat, not float(sqrtOfTwoDouble).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141024/919de02f/attachment-0002.html>
More information about the webkit-unassigned
mailing list