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

Unified Diff: Source/core/css/CSSFontSelector.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/CSSFontFaceSrcValue.cpp ('k') | Source/core/css/CSSFunctionValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontSelector.cpp
diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
index 42cf0e6c463b60db56fd930f239965a9860f005a..bf3a324dafe1e39a981d6e94033a973d24e18ba2 100644
--- a/Source/core/css/CSSFontSelector.cpp
+++ b/Source/core/css/CSSFontSelector.cpp
@@ -29,7 +29,6 @@
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
-#include "Document.h"
#include "WebKitFontFamilyNames.h"
#include "core/css/CSSFontFace.h"
#include "core/css/CSSFontFaceRule.h"
@@ -42,6 +41,7 @@
#include "core/css/StylePropertySet.h"
#include "core/css/StyleResolver.h"
#include "core/css/StyleRule.h"
+#include "core/dom/Document.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/cache/CachedFont.h"
#include "core/loader/cache/CachedResourceLoader.h"
« no previous file with comments | « Source/core/css/CSSFontFaceSrcValue.cpp ('k') | Source/core/css/CSSFunctionValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698