Bug 156538

Summary: Fix two coding mistakes in MathMLInlineContainerElement::childrenChanged
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbarton, mrobinson, rego
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 152244    
Attachments:
Description Flags
Patch darin: review+

Description Frédéric Wang (:fredw) 2016-04-13 08:10:35 PDT
From the ChangeLog of attachment 276110 [details]:

 mathml/MathMLInlineContainerElement.cpp: The base wrapper of the <msqrt> element is
        actually the last child in the render tree. Selecting the correct wrapper makes
        presentation/mo-form-dynamic.html pass. The <math> element does not have anonymous child
        but is already a RenderMathMLRow, so we remove the special case for it.
Comment 1 Frédéric Wang (:fredw) 2016-04-13 08:29:55 PDT
Created attachment 276322 [details]
Patch
Comment 2 Frédéric Wang (:fredw) 2016-04-13 09:16:11 PDT
Committed r199497: <http://trac.webkit.org/changeset/199497>