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

Unified Diff: Source/core/css/SVGCSSComputedStyleDeclaration.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/css/RuleSet.cpp ('k') | Source/core/css/SVGCSSStyleSelector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/SVGCSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
index 658c94f348c93d2a931399d2321e0b7f16ab0d96..dc63fbaf1f0a22eda40f5f7c4506429193bb2cf3 100644
--- a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
@@ -24,9 +24,9 @@
#include "core/css/CSSComputedStyleDeclaration.h"
#include "CSSPropertyNames.h"
-#include "Document.h"
#include "SVGPaint.h"
#include "core/css/CSSPrimitiveValueMappings.h"
+#include "core/dom/Document.h"
#include "core/rendering/style/RenderStyle.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/RuleSet.cpp ('k') | Source/core/css/SVGCSSStyleSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698