[webkit-reviews] review granted: [Bug 99618] [MathML] Implement the mmultiscripts tag : [Attachment 211643] Patch V9

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 14 23:50:02 PDT 2013


chris fleizach <cfleizach at apple.com> has granted Frédéric Wang
<fred.wang at free.fr>'s request for review:
Bug 99618: [MathML] Implement the mmultiscripts tag
https://bugs.webkit.org/show_bug.cgi?id=99618

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

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


> Source/WebCore/rendering/mathml/RenderMathMLScripts.h:57
> +    virtual const char* renderName() const { return (m_kind == Base ? "Base
Wrapper" : "SubSupPair Wrapper"); }

these parens are not necessary


More information about the webkit-reviews mailing list