<!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>[204885] 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/204885">204885</a></dd>
<dt>Author</dt> <dd>fred.wang@free.fr</dd>
<dt>Date</dt> <dd>2016-08-23 22:56:08 -0700 (Tue, 23 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>More consistent header inclusions in the MathML module
https://bugs.webkit.org/show_bug.cgi?id=161080

Patch by Frederic Wang &lt;fwang@igalia.com&gt; on 2016-08-23
Reviewed by Darin Adler.

We adjust header inclusion in the MathML module so that:
- implementation file's own header is outside the #if ENABLE(MATHML)
- There is always a blank line after the #if ENABLE(MATHML)

No new tests, behavior is unchanged.

* mathml/MathMLAnnotationElement.cpp:
* mathml/MathMLAnnotationElement.h:
* mathml/MathMLElement.cpp:
* mathml/MathMLFractionElement.cpp:
* mathml/MathMLFractionElement.h:
* mathml/MathMLMathElement.cpp:
* mathml/MathMLMathElement.h:
* mathml/MathMLMencloseElement.cpp:
* mathml/MathMLMencloseElement.h:
* mathml/MathMLOperatorDictionary.cpp:
* mathml/MathMLOperatorElement.cpp:
* mathml/MathMLOperatorElement.h:
* mathml/MathMLPaddedElement.cpp:
* mathml/MathMLPaddedElement.h:
* mathml/MathMLPresentationElement.cpp:
* mathml/MathMLPresentationElement.h:
* mathml/MathMLRowElement.cpp:
* mathml/MathMLRowElement.h:
* mathml/MathMLScriptsElement.cpp:
* mathml/MathMLScriptsElement.h:
* mathml/MathMLSelectElement.h:
* mathml/MathMLSpaceElement.cpp:
* mathml/MathMLSpaceElement.h:
* mathml/MathMLTokenElement.cpp:
* mathml/MathMLUnderOverElement.cpp:
* mathml/MathMLUnderOverElement.h:
* rendering/mathml/MathMLStyle.cpp:
* rendering/mathml/MathOperator.cpp:
* rendering/mathml/MathOperator.h:
* rendering/mathml/RenderMathMLBlock.cpp:
* rendering/mathml/RenderMathMLFenced.cpp:
* rendering/mathml/RenderMathMLFencedOperator.cpp:
* rendering/mathml/RenderMathMLFraction.cpp:
* rendering/mathml/RenderMathMLMath.cpp:
* rendering/mathml/RenderMathMLMenclose.cpp:
* rendering/mathml/RenderMathMLMenclose.h:
* rendering/mathml/RenderMathMLOperator.cpp:
* rendering/mathml/RenderMathMLRoot.cpp:
* rendering/mathml/RenderMathMLRow.cpp:
* rendering/mathml/RenderMathMLScripts.cpp:
* rendering/mathml/RenderMathMLUnderOver.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLAnnotationElementcpp">trunk/Source/WebCore/mathml/MathMLAnnotationElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLAnnotationElementh">trunk/Source/WebCore/mathml/MathMLAnnotationElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLElementcpp">trunk/Source/WebCore/mathml/MathMLElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLFractionElementcpp">trunk/Source/WebCore/mathml/MathMLFractionElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLFractionElementh">trunk/Source/WebCore/mathml/MathMLFractionElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLMathElementcpp">trunk/Source/WebCore/mathml/MathMLMathElement.cpp</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="#trunkSourceWebCoremathmlMathMLMencloseElementh">trunk/Source/WebCore/mathml/MathMLMencloseElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLOperatorDictionarycpp">trunk/Source/WebCore/mathml/MathMLOperatorDictionary.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLOperatorElementcpp">trunk/Source/WebCore/mathml/MathMLOperatorElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLOperatorElementh">trunk/Source/WebCore/mathml/MathMLOperatorElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLPaddedElementcpp">trunk/Source/WebCore/mathml/MathMLPaddedElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLPaddedElementh">trunk/Source/WebCore/mathml/MathMLPaddedElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLPresentationElementcpp">trunk/Source/WebCore/mathml/MathMLPresentationElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLPresentationElementh">trunk/Source/WebCore/mathml/MathMLPresentationElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLRowElementcpp">trunk/Source/WebCore/mathml/MathMLRowElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLRowElementh">trunk/Source/WebCore/mathml/MathMLRowElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLScriptsElementcpp">trunk/Source/WebCore/mathml/MathMLScriptsElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLScriptsElementh">trunk/Source/WebCore/mathml/MathMLScriptsElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLSelectElementh">trunk/Source/WebCore/mathml/MathMLSelectElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLSpaceElementcpp">trunk/Source/WebCore/mathml/MathMLSpaceElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLSpaceElementh">trunk/Source/WebCore/mathml/MathMLSpaceElement.h</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLTokenElementcpp">trunk/Source/WebCore/mathml/MathMLTokenElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLUnderOverElementcpp">trunk/Source/WebCore/mathml/MathMLUnderOverElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLUnderOverElementh">trunk/Source/WebCore/mathml/MathMLUnderOverElement.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlMathMLStylecpp">trunk/Source/WebCore/rendering/mathml/MathMLStyle.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlMathOperatorcpp">trunk/Source/WebCore/rendering/mathml/MathOperator.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlMathOperatorh">trunk/Source/WebCore/rendering/mathml/MathOperator.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLBlockcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFencedcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFencedOperatorcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFencedOperator.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFractioncpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLMathcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLMenclosecpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp</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="#trunkSourceWebCorerenderingmathmlRenderMathMLRootcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLRowcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLScriptscpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLUnderOvercpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/ChangeLog        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -1,3 +1,58 @@
</span><ins>+2016-08-23  Frederic Wang  &lt;fwang@igalia.com&gt;
+
+        More consistent header inclusions in the MathML module
+        https://bugs.webkit.org/show_bug.cgi?id=161080
+
+        Reviewed by Darin Adler.
+
+        We adjust header inclusion in the MathML module so that:
+        - implementation file's own header is outside the #if ENABLE(MATHML)
+        - There is always a blank line after the #if ENABLE(MATHML)
+
+        No new tests, behavior is unchanged.
+
+        * mathml/MathMLAnnotationElement.cpp:
+        * mathml/MathMLAnnotationElement.h:
+        * mathml/MathMLElement.cpp:
+        * mathml/MathMLFractionElement.cpp:
+        * mathml/MathMLFractionElement.h:
+        * mathml/MathMLMathElement.cpp:
+        * mathml/MathMLMathElement.h:
+        * mathml/MathMLMencloseElement.cpp:
+        * mathml/MathMLMencloseElement.h:
+        * mathml/MathMLOperatorDictionary.cpp:
+        * mathml/MathMLOperatorElement.cpp:
+        * mathml/MathMLOperatorElement.h:
+        * mathml/MathMLPaddedElement.cpp:
+        * mathml/MathMLPaddedElement.h:
+        * mathml/MathMLPresentationElement.cpp:
+        * mathml/MathMLPresentationElement.h:
+        * mathml/MathMLRowElement.cpp:
+        * mathml/MathMLRowElement.h:
+        * mathml/MathMLScriptsElement.cpp:
+        * mathml/MathMLScriptsElement.h:
+        * mathml/MathMLSelectElement.h:
+        * mathml/MathMLSpaceElement.cpp:
+        * mathml/MathMLSpaceElement.h:
+        * mathml/MathMLTokenElement.cpp:
+        * mathml/MathMLUnderOverElement.cpp:
+        * mathml/MathMLUnderOverElement.h:
+        * rendering/mathml/MathMLStyle.cpp:
+        * rendering/mathml/MathOperator.cpp:
+        * rendering/mathml/MathOperator.h:
+        * rendering/mathml/RenderMathMLBlock.cpp:
+        * rendering/mathml/RenderMathMLFenced.cpp:
+        * rendering/mathml/RenderMathMLFencedOperator.cpp:
+        * rendering/mathml/RenderMathMLFraction.cpp:
+        * rendering/mathml/RenderMathMLMath.cpp:
+        * rendering/mathml/RenderMathMLMenclose.cpp:
+        * rendering/mathml/RenderMathMLMenclose.h:
+        * rendering/mathml/RenderMathMLOperator.cpp:
+        * rendering/mathml/RenderMathMLRoot.cpp:
+        * rendering/mathml/RenderMathMLRow.cpp:
+        * rendering/mathml/RenderMathMLScripts.cpp:
+        * rendering/mathml/RenderMathMLUnderOver.cpp:
+
</ins><span class="cx"> 2016-08-23  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         ASSERTION FAILED: !view().layoutStateEnabled() || style().styleType() == FIRST_LETTER in WebCore::RenderInline::clippedOverflowRectForRepaint
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLAnnotationElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLAnnotationElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLAnnotationElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLAnnotationElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLAnnotationElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLAnnotationElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;HTMLHtmlElement.h&quot;
</span><span class="cx"> #include &quot;MathMLMathElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLAnnotationElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLAnnotationElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLAnnotationElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLAnnotationElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -27,11 +27,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;MathMLElement.h&quot;
-
</del><span class="cx"> #include &quot;ElementIterator.h&quot;
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;EventHandler.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLFractionElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLFractionElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLFractionElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLFractionElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLFractionElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLFractionElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderMathMLFraction.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLFractionElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLFractionElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLFractionElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLFractionElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLPresentationElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMathElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMathElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMathElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLMathElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,11 +26,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLMathElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;MathMLMathElement.h&quot;
-
</del><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLMath.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMathElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMathElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMathElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLMathElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -28,6 +28,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMencloseElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLMencloseElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLMencloseElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLMenclose.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMencloseElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMencloseElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMencloseElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLMencloseElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -27,6 +27,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;Element.h&quot;
</span><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLOperatorDictionarycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLOperatorDictionary.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLOperatorDictionary.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLOperatorDictionary.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLOperatorDictionary.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLOperatorDictionary.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLOperatorElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLOperatorElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLOperatorElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLOperatorElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLOperatorElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLOperatorElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderMathMLOperator.h&quot;
</span><span class="cx"> #include &lt;wtf/unicode/CharacterNames.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLOperatorElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLOperatorElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLOperatorElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLOperatorElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLOperatorDictionary.h&quot;
</span><span class="cx"> #include &quot;MathMLTokenElement.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLPaddedElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLPaddedElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLPaddedElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLPaddedElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLPaddedElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLPaddedElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderMathMLPadded.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLPaddedElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLPaddedElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLPaddedElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLPaddedElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLPresentationElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLPresentationElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLPresentationElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLPresentationElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLPresentationElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLPresentationElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLBlock.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLPresentationElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLPresentationElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLPresentationElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLPresentationElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -28,6 +28,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLRowElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLRowElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLRowElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLRowElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLRowElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLRowElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;MathMLOperatorElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLRowElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLRowElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLRowElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLRowElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLPresentationElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLScriptsElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLScriptsElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLScriptsElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLScriptsElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLScriptsElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLScriptsElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderMathMLScripts.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLScriptsElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLScriptsElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLScriptsElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLScriptsElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLPresentationElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLSelectElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLSelectElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLSelectElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLSelectElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLSpaceElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLSpaceElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLSpaceElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLSpaceElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLSpaceElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLSpaceElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderMathMLSpace.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLSpaceElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLSpaceElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLSpaceElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLSpaceElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLTokenElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLTokenElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLTokenElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLTokenElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLTokenElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLTokenElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLToken.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLUnderOverElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLUnderOverElement.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLUnderOverElement.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLUnderOverElement.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLUnderOverElement.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLUnderOverElement.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderMathMLUnderOver.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLUnderOverElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLUnderOverElement.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLUnderOverElement.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/mathml/MathMLUnderOverElement.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLScriptsElement.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlMathMLStylecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/MathMLStyle.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/MathMLStyle.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/MathMLStyle.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathMLStyle.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathMLStyle.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlMathOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/MathOperator.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/MathOperator.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/MathOperator.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;MathOperator.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;MathOperator.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;RenderStyle.h&quot;
</span><span class="cx"> #include &quot;StyleInheritedData.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlMathOperatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/MathOperator.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/MathOperator.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/MathOperator.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,6 +26,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;GlyphPage.h&quot;
</span><span class="cx"> #include &quot;LayoutUnit.h&quot;
</span><span class="cx"> #include &quot;OpenTypeMathData.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,11 +25,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLBlock.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLBlock.h&quot;
-
</del><span class="cx"> #include &quot;CSSHelper.h&quot;
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="cx"> #include &quot;LayoutRepainter.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFencedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,11 +24,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLFenced.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLFenced.h&quot;
-
</del><span class="cx"> #include &quot;FontSelector.h&quot;
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFencedOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFencedOperator.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFencedOperator.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFencedOperator.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,11 +24,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLFencedOperator.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLFencedOperator.h&quot;
-
</del><span class="cx"> #include &quot;MathMLOperatorDictionary.h&quot;
</span><span class="cx"> #include &quot;MathMLOperatorElement.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFractioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLFraction.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;RenderMathMLFraction.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="cx"> #include &quot;MathMLFractionElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -24,11 +24,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLMath.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLMath.h&quot;
-
</del><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMenclosecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,9 +25,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLMenclose.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><del>-#include &quot;RenderMathMLMenclose.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMencloseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -27,6 +27,7 @@
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><ins>+
</ins><span class="cx"> #include &quot;MathMLMencloseElement.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLRow.h&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,11 +26,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLOperator.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLOperator.h&quot;
-
</del><span class="cx"> #include &quot;FontSelector.h&quot;
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;MathMLOperatorElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRootcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,11 +26,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLRoot.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLRoot.h&quot;
-
</del><span class="cx"> #include &quot;FontCache.h&quot;
</span><span class="cx"> #include &quot;GraphicsContext.h&quot;
</span><span class="cx"> #include &quot;MathMLNames.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRowcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,11 +25,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLRow.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLRow.h&quot;
-
</del><span class="cx"> #include &quot;MathMLNames.h&quot;
</span><span class="cx"> #include &quot;MathMLRowElement.h&quot;
</span><span class="cx"> #include &quot;RenderIterator.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLScriptscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -26,11 +26,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLScripts.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLScripts.h&quot;
-
</del><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> #include &quot;MathMLScriptsElement.h&quot;
</span><span class="cx"> #include &quot;RenderMathMLOperator.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLUnderOvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp (204884 => 204885)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp        2016-08-24 04:57:26 UTC (rev 204884)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp        2016-08-24 05:56:08 UTC (rev 204885)
</span><span class="lines">@@ -25,11 +25,10 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+#include &quot;RenderMathMLUnderOver.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(MATHML)
</span><span class="cx"> 
</span><del>-#include &quot;RenderMathMLUnderOver.h&quot;
-
</del><span class="cx"> #include &quot;MathMLElement.h&quot;
</span><span class="cx"> #include &quot;MathMLOperatorDictionary.h&quot;
</span><span class="cx"> #include &quot;MathMLUnderOverElement.h&quot;
</span></span></pre>
</div>
</div>

</body>
</html>