<!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>[161425] 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/161425">161425</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-01-07 07:24:52 -0800 (Tue, 07 Jan 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove some extra includes from XML.
https://bugs.webkit.org/show_bug.cgi?id=126572

Patch by László Langó &lt;llango.u-szeged@partner.samsung.com&gt; on 2014-01-07
Reviewed by Anders Carlsson.

No new tests, no functionality changed.

* xml/XMLHttpRequest.cpp:
* xml/XMLHttpRequestUpload.cpp:
* xml/XMLHttpRequestUpload.h:
* xml/XPathEvaluator.cpp:
* xml/XPathExpression.cpp:
* xml/XPathExpressionNode.cpp:
* xml/XPathFunctions.cpp:
* xml/XPathNodeSet.cpp:
* xml/XPathParser.cpp:
* xml/XPathPath.cpp:
* xml/XPathPredicate.cpp:
* xml/XPathPredicate.h:
* xml/XPathResult.cpp:
* xml/XPathValue.cpp:
* xml/XPathVariableReference.cpp:
* xml/XSLImportRule.cpp:
* xml/XSLStyleSheetLibxslt.cpp:
* xml/XSLTProcessorLibxslt.cpp:
* xml/parser/XMLDocumentParser.cpp:
* xml/parser/XMLDocumentParserLibxml2.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestcpp">trunk/Source/WebCore/xml/XMLHttpRequest.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestUploadcpp">trunk/Source/WebCore/xml/XMLHttpRequestUpload.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestUploadh">trunk/Source/WebCore/xml/XMLHttpRequestUpload.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathEvaluatorcpp">trunk/Source/WebCore/xml/XPathEvaluator.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExpressioncpp">trunk/Source/WebCore/xml/XPathExpression.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExpressionNodecpp">trunk/Source/WebCore/xml/XPathExpressionNode.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathFunctionscpp">trunk/Source/WebCore/xml/XPathFunctions.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathNodeSetcpp">trunk/Source/WebCore/xml/XPathNodeSet.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathParsercpp">trunk/Source/WebCore/xml/XPathParser.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPathcpp">trunk/Source/WebCore/xml/XPathPath.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPredicatecpp">trunk/Source/WebCore/xml/XPathPredicate.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPredicateh">trunk/Source/WebCore/xml/XPathPredicate.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathResultcpp">trunk/Source/WebCore/xml/XPathResult.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathValuecpp">trunk/Source/WebCore/xml/XPathValue.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathVariableReferencecpp">trunk/Source/WebCore/xml/XPathVariableReference.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXSLImportRulecpp">trunk/Source/WebCore/xml/XSLImportRule.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXSLStyleSheetLibxsltcpp">trunk/Source/WebCore/xml/XSLStyleSheetLibxslt.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXSLTProcessorLibxsltcpp">trunk/Source/WebCore/xml/XSLTProcessorLibxslt.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlparserXMLDocumentParsercpp">trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlparserXMLDocumentParserLibxml2cpp">trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/ChangeLog        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -1,3 +1,33 @@
</span><ins>+2014-01-07  László Langó  &lt;llango.u-szeged@partner.samsung.com&gt;
+
+        Remove some extra includes from XML.
+        https://bugs.webkit.org/show_bug.cgi?id=126572
+
+        Reviewed by Anders Carlsson.
+
+        No new tests, no functionality changed.
+
+        * xml/XMLHttpRequest.cpp:
+        * xml/XMLHttpRequestUpload.cpp:
+        * xml/XMLHttpRequestUpload.h:
+        * xml/XPathEvaluator.cpp:
+        * xml/XPathExpression.cpp:
+        * xml/XPathExpressionNode.cpp:
+        * xml/XPathFunctions.cpp:
+        * xml/XPathNodeSet.cpp:
+        * xml/XPathParser.cpp:
+        * xml/XPathPath.cpp:
+        * xml/XPathPredicate.cpp:
+        * xml/XPathPredicate.h:
+        * xml/XPathResult.cpp:
+        * xml/XPathValue.cpp:
+        * xml/XPathVariableReference.cpp:
+        * xml/XSLImportRule.cpp:
+        * xml/XSLStyleSheetLibxslt.cpp:
+        * xml/XSLTProcessorLibxslt.cpp:
+        * xml/parser/XMLDocumentParser.cpp:
+        * xml/parser/XMLDocumentParserLibxml2.cpp:
+
</ins><span class="cx"> 2014-01-07  Gyuyoung Kim  &lt;gyuyoung.kim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add toHTMLTableSectionElement() functions, and use it
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequest.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequest.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XMLHttpRequest.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -31,8 +31,6 @@
</span><span class="cx"> #include &quot;DOMImplementation.h&quot;
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;EventException.h&quot;
</span><del>-#include &quot;EventListener.h&quot;
-#include &quot;EventNames.h&quot;
</del><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;File.h&quot;
</span><span class="cx"> #include &quot;HTMLDocument.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestUploadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestUpload.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestUpload.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XMLHttpRequestUpload.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -28,8 +28,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;EventException.h&quot;
</span><del>-#include &quot;EventNames.h&quot;
-#include &quot;XMLHttpRequest.h&quot;
</del><span class="cx"> #include &quot;XMLHttpRequestProgressEvent.h&quot;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/text/AtomicString.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestUploadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestUpload.h (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestUpload.h        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XMLHttpRequestUpload.h        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -26,16 +26,11 @@
</span><span class="cx"> #ifndef XMLHttpRequestUpload_h
</span><span class="cx"> #define XMLHttpRequestUpload_h
</span><span class="cx"> 
</span><del>-#include &quot;EventListener.h&quot;
-#include &quot;EventNames.h&quot;
-#include &quot;EventTarget.h&quot;
</del><span class="cx"> #include &quot;XMLHttpRequest.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><del>-#include &lt;wtf/Vector.h&gt;
-#include &lt;wtf/text/AtomicStringHash.h&gt;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathEvaluatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathEvaluator.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathEvaluator.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathEvaluator.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;NativeXPathNSResolver.h&quot;
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &quot;XPathExpression.h&quot;
</span><span class="cx"> #include &quot;XPathResult.h&quot;
</span><span class="cx"> #include &quot;XPathUtil.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExpressioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathExpression.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathExpression.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathExpression.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;XPathException.h&quot;
</span><del>-#include &quot;XPathExpressionNode.h&quot;
</del><span class="cx"> #include &quot;XPathNSResolver.h&quot;
</span><span class="cx"> #include &quot;XPathParser.h&quot;
</span><span class="cx"> #include &quot;XPathResult.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExpressionNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathExpressionNode.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathExpressionNode.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathExpressionNode.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> #include &lt;wtf/StdLibExtras.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathFunctionscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathFunctions.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathFunctions.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathFunctions.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #include &quot;TreeScope.h&quot;
</span><span class="cx"> #include &quot;XMLNames.h&quot;
</span><span class="cx"> #include &quot;XPathUtil.h&quot;
</span><del>-#include &quot;XPathValue.h&quot;
</del><span class="cx"> #include &lt;wtf/MathExtras.h&gt;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathNodeSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathNodeSet.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathNodeSet.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathNodeSet.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Attr.h&quot;
</span><span class="cx"> #include &quot;Element.h&quot;
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &quot;NodeTraversal.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathParser.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathParser.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathParser.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #include &quot;XPathException.h&quot;
</span><span class="cx"> #include &quot;XPathNSResolver.h&quot;
</span><span class="cx"> #include &quot;XPathPath.h&quot;
</span><del>-#include &quot;XPathStep.h&quot;
</del><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> #include &lt;wtf/StdLibExtras.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringHash.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPath.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPath.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathPath.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;XPathPredicate.h&quot;
</span><span class="cx"> #include &quot;XPathStep.h&quot;
</span><del>-#include &quot;XPathValue.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> namespace XPath {
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPredicatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPredicate.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPredicate.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathPredicate.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -28,10 +28,8 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;XPathPredicate.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &quot;XPathFunctions.h&quot;
</span><span class="cx"> #include &quot;XPathUtil.h&quot;
</span><del>-#include &quot;XPathValue.h&quot;
</del><span class="cx"> #include &lt;math.h&gt;
</span><span class="cx"> #include &lt;wtf/MathExtras.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPredicateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPredicate.h (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPredicate.h        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathPredicate.h        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> #define XPathPredicate_h
</span><span class="cx"> 
</span><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><del>-#include &quot;XPathValue.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathResultcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathResult.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathResult.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathResult.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> #include &quot;XPathResult.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Document.h&quot;
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;XPathEvaluator.h&quot;
</span><span class="cx"> #include &quot;XPathException.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathValue.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathValue.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathValue.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;XPathValue.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &quot;XPathExpressionNode.h&quot;
</span><span class="cx"> #include &quot;XPathUtil.h&quot;
</span><span class="cx"> #include &lt;limits&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathVariableReferencecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathVariableReference.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathVariableReference.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XPathVariableReference.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -27,8 +27,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;XPathVariableReference.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Node.h&quot;
-#include &quot;XPathValue.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> namespace XPath {
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXSLImportRulecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLImportRule.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLImportRule.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XSLImportRule.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> #include &quot;CachedResourceLoader.h&quot;
</span><span class="cx"> #include &quot;CachedResourceRequest.h&quot;
</span><span class="cx"> #include &quot;Document.h&quot;
</span><del>-#include &quot;XSLStyleSheet.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXSLStyleSheetLibxsltcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLStyleSheetLibxslt.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLStyleSheetLibxslt.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XSLStyleSheetLibxslt.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -20,14 +20,12 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;XSLStyleSheet.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;CachedResourceLoader.h&quot;
</span><span class="cx"> #include &quot;Document.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><del>-#include &quot;Node.h&quot;
</del><span class="cx"> #include &quot;Page.h&quot;
</span><span class="cx"> #include &quot;PageConsole.h&quot;
</span><span class="cx"> #include &quot;TransformSource.h&quot;
</span><span class="lines">@@ -35,7 +33,6 @@
</span><span class="cx"> #include &quot;XMLDocumentParserScope.h&quot;
</span><span class="cx"> #include &quot;XSLImportRule.h&quot;
</span><span class="cx"> #include &quot;XSLTProcessor.h&quot;
</span><del>-#include &lt;wtf/text/CString.h&gt;
</del><span class="cx"> 
</span><span class="cx"> #include &lt;libxml/uri.h&gt;
</span><span class="cx"> #include &lt;libxslt/xsltutils.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXSLTProcessorLibxsltcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XSLTProcessorLibxslt.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XSLTProcessorLibxslt.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/XSLTProcessorLibxslt.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &quot;TransformSource.h&quot;
</span><span class="cx"> #include &quot;XMLDocumentParser.h&quot;
</span><del>-#include &quot;XSLStyleSheet.h&quot;
</del><span class="cx"> #include &quot;XSLTExtensions.h&quot;
</span><span class="cx"> #include &quot;XSLTUnicodeSort.h&quot;
</span><span class="cx"> #include &quot;markup.h&quot;
</span><span class="lines">@@ -47,7 +46,6 @@
</span><span class="cx"> #include &lt;libxslt/xsltutils.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><del>-#include &lt;wtf/text/CString.h&gt;
</del><span class="cx"> #include &lt;wtf/text/StringBuffer.h&gt;
</span><span class="cx"> #include &lt;wtf/unicode/UTF8.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlparserXMLDocumentParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -48,7 +48,6 @@
</span><span class="cx"> #include &quot;ScriptSourceCode.h&quot;
</span><span class="cx"> #include &quot;TextResourceDecoder.h&quot;
</span><span class="cx"> #include &quot;TreeDepthLimit.h&quot;
</span><del>-#include &quot;XMLErrors.h&quot;
</del><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> #include &lt;wtf/StringExtras.h&gt;
</span><span class="cx"> #include &lt;wtf/Threading.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlparserXMLDocumentParserLibxml2cpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp (161424 => 161425)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp        2014-01-07 15:10:16 UTC (rev 161424)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp        2014-01-07 15:24:52 UTC (rev 161425)
</span><span class="lines">@@ -58,13 +58,11 @@
</span><span class="cx"> #include &quot;TransformSource.h&quot;
</span><span class="cx"> #include &quot;XMLNSNames.h&quot;
</span><span class="cx"> #include &quot;XMLDocumentParserScope.h&quot;
</span><del>-#include &lt;libxml/parser.h&gt;
</del><span class="cx"> #include &lt;libxml/parserInternals.h&gt;
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span><span class="cx"> #include &lt;wtf/StringExtras.h&gt;
</span><span class="cx"> #include &lt;wtf/Threading.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><del>-#include &lt;wtf/text/CString.h&gt;
</del><span class="cx"> #include &lt;wtf/unicode/UTF8.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(XSLT)
</span></span></pre>
</div>
</div>

</body>
</html>