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

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

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/DOMImplementation.cpp ('k') | Source/core/dom/DocumentStyleSheetCollection.cpp » ('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 45638d5f122bb62811135e22e47a78c97b8d433f..115ff18a9db04b14218dfc8b9ede21dfe1dd9d6d 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -31,9 +31,6 @@
#include "Attr.h"
#include "Attribute.h"
#include "CDATASection.h"
-#include "CSSParser.h"
-#include "CSSStyleDeclaration.h"
-#include "CSSStyleSheet.h"
#include "CSSValueKeywords.h"
#include "Comment.h"
#include "ContextFeatures.h"
@@ -57,7 +54,6 @@
#include "EventNames.h"
#include "ExceptionCode.h"
#include "ExceptionCodePlaceholder.h"
-#include "FontLoader.h"
#include "FormController.h"
#include "GeolocationController.h"
#include "HTMLAllCollection.h"
@@ -80,8 +76,6 @@
#include "HashChangeEvent.h"
#include "InspectorCounters.h"
#include "InspectorInstrumentation.h"
-#include "MediaQueryList.h"
-#include "MediaQueryMatcher.h"
#include "NameNodeList.h"
#include "NamedFlowCollection.h"
#include "NestingLevelIncrementer.h"
@@ -107,10 +101,6 @@
#include "SelectorQuery.h"
#include "ShadowRoot.h"
#include "SharedWorkerRepository.h"
-#include "StylePropertySet.h"
-#include "StyleResolver.h"
-#include "StyleSheetContents.h"
-#include "StyleSheetList.h"
#include "TouchList.h"
#include "TransformSource.h"
#include "TreeWalker.h"
@@ -126,6 +116,16 @@
#include "XPathResult.h"
#include "XSLTProcessor.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/css/CSSParser.h"
+#include "core/css/CSSStyleDeclaration.h"
+#include "core/css/CSSStyleSheet.h"
+#include "core/css/FontLoader.h"
+#include "core/css/MediaQueryList.h"
+#include "core/css/MediaQueryMatcher.h"
+#include "core/css/StylePropertySet.h"
+#include "core/css/StyleResolver.h"
+#include "core/css/StyleSheetContents.h"
+#include "core/css/StyleSheetList.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/htmlediting.h"
« no previous file with comments | « Source/core/dom/DOMImplementation.cpp ('k') | Source/core/dom/DocumentStyleSheetCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698