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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/Document.h ('k') | Source/core/dom/DocumentEventQueue.h » ('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 115ff18a9db04b14218dfc8b9ede21dfe1dd9d6d..faf620cc823b495a77547b1fcfa92e46e1e44680 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -26,34 +26,10 @@
*/
#include "config.h"
-#include "Document.h"
+#include "core/dom/Document.h"
-#include "Attr.h"
-#include "Attribute.h"
-#include "CDATASection.h"
#include "CSSValueKeywords.h"
-#include "Comment.h"
-#include "ContextFeatures.h"
-#include "CustomElementConstructor.h"
-#include "CustomElementRegistry.h"
-#include "DOMImplementation.h"
-#include "DOMNamedFlowCollection.h"
#include "Dictionary.h"
-#include "DocumentEventQueue.h"
-#include "DocumentFragment.h"
-#include "DocumentMarkerController.h"
-#include "DocumentSharedObjectPool.h"
-#include "DocumentStyleSheetCollection.h"
-#include "DocumentType.h"
-#include "Element.h"
-#include "ElementShadow.h"
-#include "EntityReference.h"
-#include "Event.h"
-#include "EventFactory.h"
-#include "EventListener.h"
-#include "EventNames.h"
-#include "ExceptionCode.h"
-#include "ExceptionCodePlaceholder.h"
#include "FormController.h"
#include "GeolocationController.h"
#include "HTMLAllCollection.h"
@@ -73,40 +49,14 @@
#include "HTMLParserIdioms.h"
#include "HTMLStyleElement.h"
#include "HTMLTitleElement.h"
-#include "HashChangeEvent.h"
#include "InspectorCounters.h"
#include "InspectorInstrumentation.h"
-#include "NameNodeList.h"
-#include "NamedFlowCollection.h"
#include "NestingLevelIncrementer.h"
-#include "NodeFilter.h"
-#include "NodeIterator.h"
-#include "NodeRareData.h"
-#include "NodeTraversal.h"
-#include "NodeWithIndex.h"
-#include "PageTransitionEvent.h"
#include "PluginDocument.h"
-#include "PopStateEvent.h"
-#include "ProcessingInstruction.h"
-#include "QualifiedName.h"
-#include "RegisteredEventListener.h"
-#include "RequestAnimationFrameCallback.h"
-#include "ScopedEventQueue.h"
#include "ScriptCallStack.h"
#include "ScriptController.h"
-#include "ScriptElement.h"
#include "ScriptEventListener.h"
-#include "ScriptRunner.h"
-#include "ScriptedAnimationController.h"
-#include "SelectorQuery.h"
-#include "ShadowRoot.h"
#include "SharedWorkerRepository.h"
-#include "TouchList.h"
-#include "TransformSource.h"
-#include "TreeWalker.h"
-#include "UserActionElementSet.h"
-#include "VisitedLinkState.h"
-#include "WebCoreMemoryInstrumentation.h"
#include "XMLHttpRequest.h"
#include "XMLNSNames.h"
#include "XMLNames.h"
@@ -126,6 +76,56 @@
#include "core/css/StyleResolver.h"
#include "core/css/StyleSheetContents.h"
#include "core/css/StyleSheetList.h"
+#include "core/dom/Attr.h"
+#include "core/dom/Attribute.h"
+#include "core/dom/CDATASection.h"
+#include "core/dom/Comment.h"
+#include "core/dom/ContextFeatures.h"
+#include "core/dom/CustomElementConstructor.h"
+#include "core/dom/CustomElementRegistry.h"
+#include "core/dom/DOMImplementation.h"
+#include "core/dom/DOMNamedFlowCollection.h"
+#include "core/dom/DocumentEventQueue.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/DocumentSharedObjectPool.h"
+#include "core/dom/DocumentStyleSheetCollection.h"
+#include "core/dom/DocumentType.h"
+#include "core/dom/Element.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/EntityReference.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventFactory.h"
+#include "core/dom/EventListener.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/HashChangeEvent.h"
+#include "core/dom/NameNodeList.h"
+#include "core/dom/NamedFlowCollection.h"
+#include "core/dom/NodeFilter.h"
+#include "core/dom/NodeIterator.h"
+#include "core/dom/NodeRareData.h"
+#include "core/dom/NodeTraversal.h"
+#include "core/dom/NodeWithIndex.h"
+#include "core/dom/PageTransitionEvent.h"
+#include "core/dom/PopStateEvent.h"
+#include "core/dom/ProcessingInstruction.h"
+#include "core/dom/QualifiedName.h"
+#include "core/dom/RegisteredEventListener.h"
+#include "core/dom/RequestAnimationFrameCallback.h"
+#include "core/dom/ScopedEventQueue.h"
+#include "core/dom/ScriptElement.h"
+#include "core/dom/ScriptRunner.h"
+#include "core/dom/ScriptedAnimationController.h"
+#include "core/dom/SelectorQuery.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/TouchList.h"
+#include "core/dom/TransformSource.h"
+#include "core/dom/TreeWalker.h"
+#include "core/dom/UserActionElementSet.h"
+#include "core/dom/VisitedLinkState.h"
+#include "core/dom/WebCoreMemoryInstrumentation.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/htmlediting.h"
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/DocumentEventQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698