diff options
Diffstat (limited to 'WebCore/svg/SVGFELightElement.cpp')
-rw-r--r-- | WebCore/svg/SVGFELightElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFELightElement.cpp b/WebCore/svg/SVGFELightElement.cpp index dc711cf..7534df2 100644 --- a/WebCore/svg/SVGFELightElement.cpp +++ b/WebCore/svg/SVGFELightElement.cpp @@ -24,7 +24,7 @@ #if ENABLE(SVG) && ENABLE(FILTERS) #include "SVGFELightElement.h" -#include "MappedAttribute.h" +#include "Attribute.h" #include "SVGNames.h" namespace WebCore { @@ -39,7 +39,7 @@ SVGFELightElement::~SVGFELightElement() { } -void SVGFELightElement::parseMappedAttribute(MappedAttribute* attr) +void SVGFELightElement::parseMappedAttribute(Attribute* attr) { const String& value = attr->value(); if (attr->name() == SVGNames::azimuthAttr) |