diff options
Diffstat (limited to 'WebCore/svg/SVGStyledTransformableElement.cpp')
-rw-r--r-- | WebCore/svg/SVGStyledTransformableElement.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGStyledTransformableElement.cpp b/WebCore/svg/SVGStyledTransformableElement.cpp index cc92cc4..2dca164 100644 --- a/WebCore/svg/SVGStyledTransformableElement.cpp +++ b/WebCore/svg/SVGStyledTransformableElement.cpp @@ -25,7 +25,6 @@ #include "AffineTransform.h" #include "Attr.h" -#include "MappedAttribute.h" #include "RenderPath.h" #include "SVGDocument.h" #include "SVGStyledElement.h" @@ -66,7 +65,7 @@ AffineTransform* SVGStyledTransformableElement::supplementalTransform() return m_supplementalTransform.get(); } -void SVGStyledTransformableElement::parseMappedAttribute(MappedAttribute* attr) +void SVGStyledTransformableElement::parseMappedAttribute(Attribute* attr) { if (SVGTransformable::isKnownAttribute(attr->name())) { SVGTransformList* localTransforms = transformBaseValue(); |