[Webkit-unassigned] [Bug 161378] Constructors of MathML renderers should only accept MathMLPresentationElement-derived classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 09:11:10 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161378

--- Comment #2 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
(In reply to comment #0)
> Constructors of RenderMathMLBlock, RenderMathMLTable and RenderMathMLToken
> must be modified to only accept MathMLPresentationElement-derived classes.

RenderMathMLTable still derives from RenderTable which takes Element& as constructor and we don't have a cast from MathMLPresentationElement& to Element&, so let's handle that later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160830/a4bcc648/attachment.html>


More information about the webkit-unassigned mailing list