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

Unified Diff: Source/WebKit/chromium/src/WebDocument.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/WebKit/chromium/src/WebAccessibilityObject.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebDocument.cpp
diff --git a/Source/WebKit/chromium/src/WebDocument.cpp b/Source/WebKit/chromium/src/WebDocument.cpp
index d6146b1633a7b9ea2205facc2f465b2ea8ad17a4..fb83646c033d4b227cbcddaf2c9fbf330cbd246a 100644
--- a/Source/WebKit/chromium/src/WebDocument.cpp
+++ b/Source/WebKit/chromium/src/WebDocument.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "WebDocument.h"
-#include "CSSParserMode.h"
#include "Document.h"
#include "DocumentStyleSheetCollection.h"
#include "DocumentType.h"
@@ -43,7 +42,6 @@
#include "HTMLFormElement.h"
#include "HTMLHeadElement.h"
#include "NodeList.h"
-#include "StyleSheetContents.h"
#include "WebAccessibilityObject.h"
#include "WebDOMEvent.h"
#include "WebDocumentType.h"
@@ -53,6 +51,8 @@
#include "WebNodeCollection.h"
#include "WebNodeList.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/css/CSSParserMode.h"
+#include "core/css/StyleSheetContents.h"
#include "core/loader/DocumentLoader.h"
#include "core/page/SecurityOrigin.h"
#include "core/rendering/RenderObject.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebAccessibilityObject.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698