Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: Source/core/dom/Document.cpp

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/dom/EventNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index faf620cc823b495a77547b1fcfa92e46e1e44680..98c06fcd8d2bca40e0b320317b00d10371039949 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -56,15 +56,8 @@
#include "ScriptCallStack.h"
#include "ScriptController.h"
#include "ScriptEventListener.h"
-#include "SharedWorkerRepository.h"
-#include "XMLHttpRequest.h"
#include "XMLNSNames.h"
#include "XMLNames.h"
-#include "XPathEvaluator.h"
-#include "XPathExpression.h"
-#include "XPathNSResolver.h"
-#include "XPathResult.h"
-#include "XSLTProcessor.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/css/CSSParser.h"
#include "core/css/CSSStyleDeclaration.h"
@@ -186,6 +179,13 @@
#include "core/rendering/RenderView.h"
#include "core/rendering/RenderWidget.h"
#include "core/rendering/TextAutosizer.h"
+#include "core/workers/SharedWorkerRepository.h"
+#include "core/xml/XMLHttpRequest.h"
+#include "core/xml/XPathEvaluator.h"
+#include "core/xml/XPathExpression.h"
+#include "core/xml/XPathNSResolver.h"
+#include "core/xml/XPathResult.h"
+#include "core/xml/XSLTProcessor.h"
#include "core/xml/parser/XMLDocumentParser.h"
#include <wtf/CurrentTime.h>
#include <wtf/HashFunctions.h>
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/dom/EventNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698