From 5f1ab04193ad0130ca8204aadaceae083aca9881 Mon Sep 17 00:00:00 2001 From: Feng Qian Date: Wed, 17 Jun 2009 12:12:20 -0700 Subject: Get WebKit r44544. --- WebCore/svg/SVGFontFaceElement.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WebCore/svg/SVGFontFaceElement.cpp') diff --git a/WebCore/svg/SVGFontFaceElement.cpp b/WebCore/svg/SVGFontFaceElement.cpp index 973e890..1e5a0fe 100644 --- a/WebCore/svg/SVGFontFaceElement.cpp +++ b/WebCore/svg/SVGFontFaceElement.cpp @@ -23,6 +23,7 @@ #if ENABLE(SVG_FONTS) #include "SVGFontFaceElement.h" + #include "CString.h" #include "CSSFontFaceRule.h" #include "CSSFontFaceSrcValue.h" @@ -35,12 +36,12 @@ #include "CSSValueList.h" #include "Document.h" #include "Font.h" +#include "MappedAttribute.h" #include "SVGDefinitionSrcElement.h" #include "SVGFontElement.h" #include "SVGFontFaceSrcElement.h" #include "SVGGlyphElement.h" #include "SVGNames.h" - #include namespace WebCore { -- cgit v1.1