<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[202727] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/202727">202727</a></dd>
<dt>Author</dt> <dd>fred.wang@free.fr</dd>
<dt>Date</dt> <dd>2016-07-01 00:29:53 -0700 (Fri, 01 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Eliminate trailing whitespace in MathML code
https://bugs.webkit.org/show_bug.cgi?id=159091

Patch by Frederic Wang &lt;fwang.igalia.com&gt; on 2016-07-01
Reviewed by Alex Christensen.

No new tests, behavior is unchanged.

* rendering/mathml/RenderMathMLBlock.cpp:
(WebCore::RenderMathMLBlock::baselinePosition):
(WebCore::RenderMathMLBlock::paint):
(WebCore::parseMathMLNamedSpace):
* rendering/mathml/RenderMathMLBlock.h:
* rendering/mathml/RenderMathMLFenced.cpp:
(WebCore::RenderMathMLFenced::updateFromElement):
(WebCore::RenderMathMLFenced::addChild):
* rendering/mathml/RenderMathMLFenced.h:
* rendering/mathml/RenderMathMLFraction.cpp:
(WebCore::RenderMathMLFraction::styleDidChange):
(WebCore::RenderMathMLFraction::paint):
* rendering/mathml/RenderMathMLFraction.h:
* rendering/mathml/RenderMathMLMath.h:
* rendering/mathml/RenderMathMLMenclose.h:
* rendering/mathml/RenderMathMLOperator.cpp:
* rendering/mathml/RenderMathMLOperator.h:
* rendering/mathml/RenderMathMLRoot.cpp:
(WebCore::RenderMathMLRoot::paint):
* rendering/mathml/RenderMathMLScripts.cpp:
* rendering/mathml/RenderMathMLSpace.cpp:
* rendering/mathml/RenderMathMLSpace.h:
* rendering/mathml/RenderMathMLToken.h:
* rendering/mathml/RenderMathMLUnderOver.cpp:
* rendering/mathml/RenderMathMLUnderOver.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLElementcpp">trunk/Source/WebCore/mathml/MathMLElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLInlineContainerElementcpp">trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLInlineContainerElementh">trunk/Source/WebCore/mathml/MathMLInlineContainerElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLMathElementh">trunk/Source/WebCore/mathml/MathMLMathElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLMencloseElementcpp">trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLTextElementcpp">trunk/Source/WebCore/mathml/MathMLTextElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLTextElementh">trunk/Source/WebCore/mathml/MathMLTextElement.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLBlockcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLBlockh">trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFencedcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFencedh">trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFractioncpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFractionh">trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLMathh">trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLMencloseh">trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLOperatorh">trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLRootcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLScriptscpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLSpacecpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLSpaceh">trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLTokenh">trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLUnderOvercpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLUnderOverh">trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/ChangeLog        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -1,3 +1,38 @@
</span><ins>+2016-07-01  Frederic Wang  &lt;fwang.igalia.com&gt;
+
+        Eliminate trailing whitespace in MathML code
+        https://bugs.webkit.org/show_bug.cgi?id=159091
+
+        Reviewed by Alex Christensen.
+
+        No new tests, behavior is unchanged.
+
+        * rendering/mathml/RenderMathMLBlock.cpp:
+        (WebCore::RenderMathMLBlock::baselinePosition):
+        (WebCore::RenderMathMLBlock::paint):
+        (WebCore::parseMathMLNamedSpace):
+        * rendering/mathml/RenderMathMLBlock.h:
+        * rendering/mathml/RenderMathMLFenced.cpp:
+        (WebCore::RenderMathMLFenced::updateFromElement):
+        (WebCore::RenderMathMLFenced::addChild):
+        * rendering/mathml/RenderMathMLFenced.h:
+        * rendering/mathml/RenderMathMLFraction.cpp:
+        (WebCore::RenderMathMLFraction::styleDidChange):
+        (WebCore::RenderMathMLFraction::paint):
+        * rendering/mathml/RenderMathMLFraction.h:
+        * rendering/mathml/RenderMathMLMath.h:
+        * rendering/mathml/RenderMathMLMenclose.h:
+        * rendering/mathml/RenderMathMLOperator.cpp:
+        * rendering/mathml/RenderMathMLOperator.h:
+        * rendering/mathml/RenderMathMLRoot.cpp:
+        (WebCore::RenderMathMLRoot::paint):
+        * rendering/mathml/RenderMathMLScripts.cpp:
+        * rendering/mathml/RenderMathMLSpace.cpp:
+        * rendering/mathml/RenderMathMLSpace.h:
+        * rendering/mathml/RenderMathMLToken.h:
+        * rendering/mathml/RenderMathMLUnderOver.cpp:
+        * rendering/mathml/RenderMathMLUnderOver.h:
+
</ins><span class="cx"> 2016-07-01  Frederic Wang  &lt;fwang@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Small cleanup: Remove unused functions RenderObject::isRenderMathML*Wrapper
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLElement.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLElement.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLElement.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -46,14 +46,14 @@
</span><span class="cx"> #include &quot;SVGSVGElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><del>-    
</del><ins>+
</ins><span class="cx"> MathMLElement::MathMLElement(const QualifiedName&amp; tagName, Document&amp; document)
</span><span class="cx">     : StyledElement(tagName, document, CreateMathMLElement)
</span><span class="cx"> {
</span><span class="cx"> }
</span><del>-    
</del><ins>+
</ins><span class="cx"> Ref&lt;MathMLElement&gt; MathMLElement::create(const QualifiedName&amp; tagName, Document&amp; document)
</span><span class="cx"> {
</span><span class="cx">     return adoptRef(*new MathMLElement(tagName, document));
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLInlineContainerElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> #include &quot;RenderMathMLUnderOver.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> MathMLInlineContainerElement::MathMLInlineContainerElement(const QualifiedName&amp; tagName, Document&amp; document)
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLInlineContainerElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLInlineContainerElement.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLInlineContainerElement.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLInlineContainerElement.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class MathMLInlineContainerElement : public MathMLElement {
</span><span class="cx"> public:
</span><span class="cx">     static Ref&lt;MathMLInlineContainerElement&gt; create(const QualifiedName&amp; tagName, Document&amp;);
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> private:
</span><span class="cx">     RenderPtr&lt;RenderElement&gt; createElementRenderer(RenderStyle&amp;&amp;, const RenderTreePosition&amp;) override;
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMathElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMathElement.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMathElement.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLMathElement.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> 
</span><span class="cx">     RenderPtr&lt;RenderElement&gt; createElementRenderer(RenderStyle&amp;&amp;, const RenderTreePosition&amp;) override;
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMencloseElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MathMLMencloseElement::createElementRenderer(RenderStyle&amp;&amp; style, const RenderTreePosition&amp;)
</span><del>-{    
</del><ins>+{
</ins><span class="cx">     return createRenderer&lt;RenderMathMLMenclose&gt;(*this, WTFMove(style));
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLTextElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLTextElement.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLTextElement.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLTextElement.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #include &quot;RenderMathMLToken.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> inline MathMLTextElement::MathMLTextElement(const QualifiedName&amp; tagName, Document&amp; document)
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLTextElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLTextElement.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLTextElement.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/mathml/MathMLTextElement.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class MathMLTextElement final : public MathMLElement {
</span><span class="cx"> public:
</span><span class="cx">     static Ref&lt;MathMLTextElement&gt; create(const QualifiedName&amp; tagName, Document&amp;);
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">     void childrenChanged(const ChildChange&amp;) override;
</span><span class="cx">     void parseAttribute(const QualifiedName&amp;, const AtomicString&amp;) override;
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -40,9 +40,9 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><del>-    
</del><ins>+
</ins><span class="cx"> RenderMathMLBlock::RenderMathMLBlock(Element&amp; container, RenderStyle&amp;&amp; style)
</span><span class="cx">     : RenderFlexibleBox(container, WTFMove(style))
</span><span class="cx"> {
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">     // return 0 here to match our line-height. This matters when RootInlineBox::ascentAndDescentForBox is called on a RootInlineBox for an inline-block.
</span><span class="cx">     if (linePositionMode == PositionOfInteriorLineBoxes)
</span><span class="cx">         return 0;
</span><del>-    
</del><ins>+
</ins><span class="cx">     // FIXME: This may be unnecessary after flex baselines are implemented (https://bugs.webkit.org/show_bug.cgi?id=96188).
</span><span class="cx">     return firstLineBaseline().valueOrCompute([&amp;] {
</span><span class="cx">         return RenderFlexibleBox::baselinePosition(baselineType, firstLine, direction, linePositionMode);
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx"> void RenderMathMLBlock::paint(PaintInfo&amp; info, const LayoutPoint&amp; paintOffset)
</span><span class="cx"> {
</span><span class="cx">     RenderFlexibleBox::paint(info, paintOffset);
</span><del>-    
</del><ins>+
</ins><span class="cx">     if (info.context().paintingDisabled() || info.phase != PaintPhaseForeground)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="lines">@@ -111,26 +111,26 @@
</span><span class="cx">     IntPoint adjustedPaintOffset = roundedIntPoint(paintOffset + location());
</span><span class="cx"> 
</span><span class="cx">     GraphicsContextStateSaver stateSaver(info.context());
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().setStrokeThickness(1.0f);
</span><span class="cx">     info.context().setStrokeStyle(SolidStroke);
</span><span class="cx">     info.context().setStrokeColor(Color(0, 0, 255));
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().drawLine(adjustedPaintOffset, IntPoint(adjustedPaintOffset.x() + pixelSnappedOffsetWidth(), adjustedPaintOffset.y()));
</span><span class="cx">     info.context().drawLine(IntPoint(adjustedPaintOffset.x() + pixelSnappedOffsetWidth(), adjustedPaintOffset.y()), IntPoint(adjustedPaintOffset.x() + pixelSnappedOffsetWidth(), adjustedPaintOffset.y() + pixelSnappedOffsetHeight()));
</span><span class="cx">     info.context().drawLine(IntPoint(adjustedPaintOffset.x(), adjustedPaintOffset.y() + pixelSnappedOffsetHeight()), IntPoint(adjustedPaintOffset.x() + pixelSnappedOffsetWidth(), adjustedPaintOffset.y() + pixelSnappedOffsetHeight()));
</span><span class="cx">     info.context().drawLine(adjustedPaintOffset, IntPoint(adjustedPaintOffset.x(), adjustedPaintOffset.y() + pixelSnappedOffsetHeight()));
</span><del>-    
</del><ins>+
</ins><span class="cx">     int topStart = paddingTop();
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().setStrokeColor(Color(0, 255, 0));
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().drawLine(IntPoint(adjustedPaintOffset.x(), adjustedPaintOffset.y() + topStart), IntPoint(adjustedPaintOffset.x() + pixelSnappedOffsetWidth(), adjustedPaintOffset.y() + topStart));
</span><del>-    
</del><ins>+
</ins><span class="cx">     int baseline = roundToInt(baselinePosition(AlphabeticBaseline, true, HorizontalLine));
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().setStrokeColor(Color(255, 0, 0));
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().drawLine(IntPoint(adjustedPaintOffset.x(), adjustedPaintOffset.y() + baseline), IntPoint(adjustedPaintOffset.x() + pixelSnappedOffsetWidth(), adjustedPaintOffset.y() + baseline));
</span><span class="cx"> }
</span><span class="cx"> #endif // ENABLE(DEBUG_MATH_LAYOUT)
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx"> // number | number unit | namedspace
</span><span class="cx"> //
</span><span class="cx"> // There should be no space between the number and the unit of a length.&quot;
</span><del>-// 
</del><ins>+//
</ins><span class="cx"> // &quot;A trailing '%' represents a percent of the default value. The default
</span><span class="cx"> // value, or how it is obtained, is listed in the table of attributes for each
</span><span class="cx"> // element. [...] A number without a unit is intepreted as a multiple of the
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx"> // default value.&quot;
</span><span class="cx"> //
</span><span class="cx"> // &quot;The possible units in MathML are:
</span><del>-//  
</del><ins>+//
</ins><span class="cx"> // Unit Description
</span><span class="cx"> // em   an em (font-relative unit traditionally used for horizontal lengths)
</span><span class="cx"> // ex   an ex (font-relative unit traditionally used for vertical lengths)
</span><span class="lines">@@ -299,7 +299,7 @@
</span><span class="cx">         else if (string == &quot;negativeverythickmathspace&quot;)
</span><span class="cx">             length = -6;
</span><span class="cx">         else if (string == &quot;negativeveryverythickmathspace&quot;)
</span><del>-            length = -7;        
</del><ins>+            length = -7;
</ins><span class="cx">     }
</span><span class="cx">     if (length) {
</span><span class="cx">         lengthValue = length * style-&gt;fontCascade().size() / 18;
</span><span class="lines">@@ -316,6 +316,6 @@
</span><span class="cx">     return (logicalHeight() + style().fontMetrics().xHeight()) / 2;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}    
</del><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLBlockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #define ENABLE_DEBUG_MATH_LAYOUT 0
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLOperator;
</span><span class="cx"> 
</span><span class="cx"> class RenderMathMLBlock : public RenderFlexibleBox {
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">     RenderMathMLBlock(Document&amp;, RenderStyle&amp;&amp;);
</span><span class="cx"> 
</span><span class="cx">     bool isChildAllowed(const RenderObject&amp;, const RenderStyle&amp;) const override;
</span><del>-    
</del><ins>+
</ins><span class="cx">     // MathML defines an &quot;embellished operator&quot; as roughly an &lt;mo&gt; that may have subscripts,
</span><span class="cx">     // superscripts, underscripts, overscripts, or a denominator (as in d/dx, where &quot;d&quot; is some
</span><span class="cx">     // differential operator). The padding, precedence, and stretchiness of the base &lt;mo&gt; should
</span><span class="lines">@@ -54,17 +54,17 @@
</span><span class="cx">     // FIXME: We don't yet handle all the cases in the MathML spec. See
</span><span class="cx">     // https://bugs.webkit.org/show_bug.cgi?id=78617.
</span><span class="cx">     virtual RenderMathMLOperator* unembellishedOperator() { return 0; }
</span><del>-    
</del><ins>+
</ins><span class="cx">     int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const override;
</span><del>-    
</del><ins>+
</ins><span class="cx"> #if ENABLE(DEBUG_MATH_LAYOUT)
</span><span class="cx">     virtual void paint(PaintInfo&amp;, const LayoutPoint&amp;);
</span><span class="cx"> #endif
</span><del>-    
</del><ins>+
</ins><span class="cx">     LayoutUnit mathAxisHeight() const;
</span><span class="cx">     LayoutUnit mirrorIfNeeded(LayoutUnit horizontalOffset, LayoutUnit boxWidth = 0) const;
</span><span class="cx">     LayoutUnit mirrorIfNeeded(LayoutUnit horizontalOffset, const RenderBox&amp; child) const { return mirrorIfNeeded(horizontalOffset, child.logicalWidth()); }
</span><del>-    
</del><ins>+
</ins><span class="cx"> protected:
</span><span class="cx">     static LayoutUnit ascentForChild(const RenderBox&amp; child)
</span><span class="cx">     {
</span><span class="lines">@@ -83,9 +83,9 @@
</span><span class="cx">         : RenderTable(element, WTFMove(style))
</span><span class="cx">     {
</span><span class="cx">     }
</span><del>-    
</del><ins>+
</ins><span class="cx">     Optional&lt;int&gt; firstLineBaseline() const override;
</span><del>-    
</del><ins>+
</ins><span class="cx"> private:
</span><span class="cx">     bool isRenderMathMLTable() const override { return true; }
</span><span class="cx">     const char* renderName() const override { return &quot;RenderMathMLTable&quot;; }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFencedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -37,9 +37,9 @@
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><del>-    
</del><ins>+
</ins><span class="cx"> static const char* gOpeningBraceChar = &quot;(&quot;;
</span><span class="cx"> static const char* gClosingBraceChar = &quot;)&quot;;
</span><span class="cx"> 
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> void RenderMathMLFenced::updateFromElement()
</span><span class="cx"> {
</span><span class="cx">     const auto&amp; fenced = element();
</span><del>- 
</del><ins>+
</ins><span class="cx">     // The open operator defaults to a left parenthesis.
</span><span class="cx">     AtomicString open = fenced.fastGetAttribute(MathMLNames::openAttr);
</span><span class="cx">     m_open = open.isNull() ? gOpeningBraceChar : open;
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">         // The separator defaults to a single comma.
</span><span class="cx">         m_separators = StringImpl::create(&quot;,&quot;);
</span><span class="cx">     }
</span><del>-    
</del><ins>+
</ins><span class="cx">     if (isEmpty())
</span><span class="cx">         makeFences();
</span><span class="cx">     else {
</span><span class="lines">@@ -105,9 +105,9 @@
</span><span class="cx">     // make the fences if the render object is empty
</span><span class="cx">     if (isEmpty())
</span><span class="cx">         updateFromElement();
</span><del>-    
</del><ins>+
</ins><span class="cx">     // FIXME: Adding or removing a child should possibly cause all later separators to shift places if they're different, as later child positions change by +1 or -1. This should also handle surrogate pairs. See https://bugs.webkit.org/show_bug.cgi?id=125938.
</span><del>-    
</del><ins>+
</ins><span class="cx">     RenderPtr&lt;RenderMathMLOperator&gt; separatorRenderer;
</span><span class="cx">     if (m_separators.get()) {
</span><span class="cx">         unsigned int count = 0;
</span><span class="lines">@@ -120,22 +120,22 @@
</span><span class="cx">             --count;
</span><span class="cx">         }
</span><span class="cx">         // |count| is now the number of element children that will be before our new separator, i.e. it's the 1-based index of the separator.
</span><del>-        
</del><ins>+
</ins><span class="cx">         if (count &gt; 0) {
</span><span class="cx">             UChar separator;
</span><del>-            
</del><ins>+
</ins><span class="cx">             // Use the last separator if we've run out of specified separators.
</span><span class="cx">             if (count &gt; m_separators.get()-&gt;length())
</span><span class="cx">                 separator = (*m_separators.get())[m_separators.get()-&gt;length() - 1];
</span><span class="cx">             else
</span><span class="cx">                 separator = (*m_separators.get())[count - 1];
</span><del>-                
</del><ins>+
</ins><span class="cx">             StringBuilder builder;
</span><span class="cx">             builder.append(separator);
</span><span class="cx">             separatorRenderer = createMathMLOperator(builder.toString(), MathMLOperatorDictionary::Infix, MathMLOperatorDictionary::Separator);
</span><span class="cx">         }
</span><span class="cx">     }
</span><del>-    
</del><ins>+
</ins><span class="cx">     if (beforeChild) {
</span><span class="cx">         // Adding |x| before an existing |y| e.g. in element (y) - first insert our new child |x|, then its separator, to get (x, y).
</span><span class="cx">         RenderMathMLRow::addChild(child, beforeChild);
</span><span class="lines">@@ -149,6 +149,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}    
</del><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFencedh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -33,12 +33,12 @@
</span><span class="cx"> #include &quot;RenderMathMLRow.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLFenced final : public RenderMathMLRow {
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLFenced(MathMLInlineContainerElement&amp;, RenderStyle&amp;&amp;);
</span><span class="cx">     MathMLInlineContainerElement&amp; element() { return static_cast&lt;MathMLInlineContainerElement&amp;&gt;(nodeForNonAnonymous()); }
</span><del>-    
</del><ins>+
</ins><span class="cx"> private:
</span><span class="cx">     bool isRenderMathMLFenced() const override { return true; }
</span><span class="cx">     const char* renderName() const override { return &quot;RenderMathMLFenced&quot;; }
</span><span class="lines">@@ -51,10 +51,10 @@
</span><span class="cx">     String m_open;
</span><span class="cx">     String m_close;
</span><span class="cx">     RefPtr&lt;StringImpl&gt; m_separators;
</span><del>-    
</del><ins>+
</ins><span class="cx">     RenderMathMLOperator* m_closeFenceRenderer;
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFractioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> // FIXME: The &quot;MathML in HTML5&quot; implementation note suggests the values 50% for &quot;thin&quot; and 200% for &quot;thick&quot; (http://webkit.org/b/155639).
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx"> void RenderMathMLFraction::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
</span><span class="cx"> {
</span><span class="cx">     RenderMathMLBlock::styleDidChange(diff, oldStyle);
</span><del>-    
</del><ins>+
</ins><span class="cx">     updateFromElement();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -209,9 +209,9 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     IntPoint adjustedPaintOffset = roundedIntPoint(paintOffset + location() + LayoutPoint(0, numerator().logicalHeight() + gNumeratorGap * style().fontSize() + m_lineThickness / 2));
</span><del>-    
</del><ins>+
</ins><span class="cx">     GraphicsContextStateSaver stateSaver(info.context());
</span><del>-    
</del><ins>+
</ins><span class="cx">     info.context().setStrokeThickness(m_lineThickness);
</span><span class="cx">     info.context().setStrokeStyle(SolidStroke);
</span><span class="cx">     info.context().setStrokeColor(style().visitedDependentColor(CSSPropertyColor));
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFractionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">     void paint(PaintInfo&amp;, const LayoutPoint&amp;) final;
</span><span class="cx">     RenderMathMLOperator* unembellishedOperator() final;
</span><span class="cx">     void styleDidChange(StyleDifference, const RenderStyle* oldStyle) final;
</span><del>-    
</del><ins>+
</ins><span class="cx">     bool isValid() const;
</span><span class="cx">     RenderBox&amp; numerator() const;
</span><span class="cx">     RenderBox&amp; denominator() const;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMathh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include &quot;RenderMathMLRow.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLMath final : public RenderMathMLRow {
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLMath(Element&amp;, RenderStyle&amp;&amp;);
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">     bool isRenderMathMLMath() const override { return true; }
</span><span class="cx">     const char* renderName() const override { return &quot;RenderMathMLMath&quot;; }
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMathMLMath, isRenderMathMLMath())
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMencloseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #include &quot;RenderMathMLRow.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLMenclose final: public RenderMathMLRow {
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLMenclose(Element&amp;, RenderStyle&amp;&amp;);
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">     LayoutUnit m_ascent;
</span><span class="cx">     LayoutRect m_contentRect;
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SPECIALIZE_TYPE_TRAITS_RENDER_OBJECT(RenderMathMLMenclose, isRenderMathMLMenclose())
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> #include &lt;wtf/unicode/CharacterNames.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLOperator::RenderMathMLOperator(MathMLElement&amp; element, RenderStyle&amp;&amp; style)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLOperatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">     void stretchTo(LayoutUnit width);
</span><span class="cx">     LayoutUnit stretchSize() const { return m_isVertical ? m_stretchHeightAboveBaseline + m_stretchDepthBelowBaseline : m_stretchWidth; }
</span><span class="cx">     void resetStretchSize();
</span><del>-    
</del><ins>+
</ins><span class="cx">     bool hasOperatorFlag(MathMLOperatorDictionary::Flag flag) const { return m_operatorFlags &amp; flag; }
</span><span class="cx">     // FIXME: The displaystyle property is not implemented (https://bugs.webkit.org/show_bug.cgi?id=118737).
</span><span class="cx">     bool isLargeOperatorInDisplayStyle() const { return !hasOperatorFlag(MathMLOperatorDictionary::Stretchy) &amp;&amp; hasOperatorFlag(MathMLOperatorDictionary::LargeOp); }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRootcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -249,7 +249,7 @@
</span><span class="cx"> void RenderMathMLRoot::paint(PaintInfo&amp; info, const LayoutPoint&amp; paintOffset)
</span><span class="cx"> {
</span><span class="cx">     RenderMathMLRow::paint(info, paintOffset);
</span><del>-    
</del><ins>+
</ins><span class="cx">     if (isEmpty() || info.context().paintingDisabled() || style().visibility() != VISIBLE || !isValid())
</span><span class="cx">         return;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLScriptscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &quot;RenderMathMLOperator.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> static bool isPrescriptDelimiter(const RenderObject&amp; renderObject)
</span><span class="lines">@@ -434,6 +434,6 @@
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-}    
</del><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLSpacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #include &quot;PaintInfo.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLSpace::RenderMathMLSpace(MathMLTextElement&amp; element, RenderStyle&amp;&amp; style)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLSpaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #include &quot;RenderMathMLBlock.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLSpace final : public RenderMathMLBlock {
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLSpace(MathMLTextElement&amp;, RenderStyle&amp;&amp;);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLTokenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #include &quot;RenderText.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLToken : public RenderMathMLBlock {
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLToken(Element&amp;, RenderStyle&amp;&amp;);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLUnderOvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> using namespace MathMLNames;
</span><del>-    
</del><ins>+
</ins><span class="cx"> RenderMathMLUnderOver::RenderMathMLUnderOver(Element&amp; element, RenderStyle&amp;&amp; style)
</span><span class="cx">     : RenderMathMLBlock(element, WTFMove(style))
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLUnderOverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h (202726 => 202727)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h        2016-07-01 07:06:42 UTC (rev 202726)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h        2016-07-01 07:29:53 UTC (rev 202727)
</span><span class="lines">@@ -32,11 +32,11 @@
</span><span class="cx"> #include &quot;RenderMathMLBlock.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><del>-    
</del><ins>+
</ins><span class="cx"> class RenderMathMLUnderOver final : public RenderMathMLBlock {
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLUnderOver(Element&amp;, RenderStyle&amp;&amp;);
</span><del>-    
</del><ins>+
</ins><span class="cx">     RenderMathMLOperator* unembellishedOperator() override;
</span><span class="cx"> 
</span><span class="cx">     Optional&lt;int&gt; firstLineBaseline() const override;
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">     enum UnderOverType { Under, Over, UnderOver };
</span><span class="cx">     UnderOverType m_scriptType;
</span><span class="cx"> };
</span><del>-    
</del><ins>+
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(MATHML)
</span></span></pre>
</div>
</div>

</body>
</html>