diff options
Diffstat (limited to 'WebCore/svg/animation/SVGSMILElement.cpp')
-rw-r--r-- | WebCore/svg/animation/SVGSMILElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/animation/SVGSMILElement.cpp b/WebCore/svg/animation/SVGSMILElement.cpp index 2bd33dd..e51fb58 100644 --- a/WebCore/svg/animation/SVGSMILElement.cpp +++ b/WebCore/svg/animation/SVGSMILElement.cpp @@ -28,6 +28,7 @@ #if ENABLE(SVG_ANIMATION) #include "SVGSMILElement.h" +#include "Attribute.h" #include "CSSPropertyNames.h" #include "Document.h" #include "Event.h" @@ -35,7 +36,6 @@ #include "FloatConversion.h" #include "FrameView.h" #include "HTMLNames.h" -#include "MappedAttribute.h" #include "SMILTimeContainer.h" #include "SVGNames.h" #include "SVGParserUtilities.h" @@ -342,7 +342,7 @@ void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd begin sortTimeList(timeList); } -void SVGSMILElement::parseMappedAttribute(MappedAttribute* attr) +void SVGSMILElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::beginAttr) { if (!m_conditions.isEmpty()) { |