[webkit-reviews] review granted: [Bug 115787] Implement MathML spacing around operators : [Attachment 226400] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 09:36:01 PDT 2014


chris fleizach <cfleizach at apple.com> has granted Frédéric Wang
<fred.wang at free.fr>'s request for review:
Bug 115787: Implement MathML spacing around operators
https://bugs.webkit.org/show_bug.cgi?id=115787

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

------- Additional Comments from chris fleizach <cfleizach at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=226400&action=review


> Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:62
> +	       auto renderOperator =
toRenderMathMLBlock(child)->unembellishedOperator();

this can be inside the if block
if (auto renderOperator = toRenderMathMLBlock(child)->unembellishedOperator())


More information about the webkit-reviews mailing list