diff options
Diffstat (limited to 'WebCore/svg/SVGFontFaceUriElement.cpp')
-rw-r--r-- | WebCore/svg/SVGFontFaceUriElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFontFaceUriElement.cpp b/WebCore/svg/SVGFontFaceUriElement.cpp index bfcda70..ad70b40 100644 --- a/WebCore/svg/SVGFontFaceUriElement.cpp +++ b/WebCore/svg/SVGFontFaceUriElement.cpp @@ -23,11 +23,11 @@ #if ENABLE(SVG_FONTS) #include "SVGFontFaceUriElement.h" +#include "Attribute.h" #include "CSSFontFaceSrcValue.h" #include "CachedFont.h" #include "DocLoader.h" #include "Document.h" -#include "MappedAttribute.h" #include "SVGFontFaceElement.h" #include "SVGNames.h" #include "XLinkNames.h" @@ -55,7 +55,7 @@ PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const return src.release(); } -void SVGFontFaceUriElement::parseMappedAttribute(MappedAttribute* attr) +void SVGFontFaceUriElement::parseMappedAttribute(Attribute* attr) { const QualifiedName& attrName = attr->name(); if (attrName == XLinkNames::hrefAttr) |