diff options
Diffstat (limited to 'WebCore/svg/SVGViewElement.cpp')
-rw-r--r-- | WebCore/svg/SVGViewElement.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGViewElement.cpp b/WebCore/svg/SVGViewElement.cpp index aba7283..c19c7cf 100644 --- a/WebCore/svg/SVGViewElement.cpp +++ b/WebCore/svg/SVGViewElement.cpp @@ -24,7 +24,6 @@ #include "SVGViewElement.h" #include "Attr.h" -#include "MappedAttribute.h" #include "PlatformString.h" #include "SVGFitToViewBox.h" #include "SVGNames.h" @@ -53,7 +52,7 @@ SVGStringList* SVGViewElement::viewTarget() const return m_viewTarget.get(); } -void SVGViewElement::parseMappedAttribute(MappedAttribute* attr) +void SVGViewElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::viewTargetAttr) viewTarget()->reset(attr->value()); |