Bug 156538 - Fix two coding mistakes in MathMLInlineContainerElement::childrenChanged
Summary: Fix two coding mistakes in MathMLInlineContainerElement::childrenChanged
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords:
Depends on:
Blocks: 152244
  Show dependency treegraph
 
Reported: 2016-04-13 08:10 PDT by Frédéric Wang (:fredw)
Modified: 2016-04-13 09:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.94 KB, patch)
2016-04-13 08:29 PDT, Frédéric Wang (:fredw)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>