diff options
Diffstat (limited to 'WebCore/svg/SVGStopElement.cpp')
-rw-r--r-- | WebCore/svg/SVGStopElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGStopElement.cpp b/WebCore/svg/SVGStopElement.cpp index 3ac2d5b..672b082 100644 --- a/WebCore/svg/SVGStopElement.cpp +++ b/WebCore/svg/SVGStopElement.cpp @@ -23,8 +23,8 @@ #if ENABLE(SVG) #include "SVGStopElement.h" +#include "Attribute.h" #include "Document.h" -#include "MappedAttribute.h" #include "RenderSVGGradientStop.h" #include "SVGGradientElement.h" #include "SVGNames.h" @@ -41,7 +41,7 @@ SVGStopElement::~SVGStopElement() { } -void SVGStopElement::parseMappedAttribute(MappedAttribute* attr) +void SVGStopElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::offsetAttr) { const String& value = attr->value(); |