diff options
Diffstat (limited to 'WebCore/svg/SVGComponentTransferFunctionElement.cpp')
-rw-r--r-- | WebCore/svg/SVGComponentTransferFunctionElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGComponentTransferFunctionElement.cpp b/WebCore/svg/SVGComponentTransferFunctionElement.cpp index f61b2ea..5169411 100644 --- a/WebCore/svg/SVGComponentTransferFunctionElement.cpp +++ b/WebCore/svg/SVGComponentTransferFunctionElement.cpp @@ -23,7 +23,7 @@ #if ENABLE(SVG) && ENABLE(FILTERS) #include "SVGComponentTransferFunctionElement.h" -#include "MappedAttribute.h" +#include "Attribute.h" #include "SVGFEComponentTransferElement.h" #include "SVGNames.h" #include "SVGNumberList.h" @@ -44,7 +44,7 @@ SVGComponentTransferFunctionElement::~SVGComponentTransferFunctionElement() { } -void SVGComponentTransferFunctionElement::parseMappedAttribute(MappedAttribute* attr) +void SVGComponentTransferFunctionElement::parseMappedAttribute(Attribute* attr) { const String& value = attr->value(); if (attr->name() == SVGNames::typeAttr) { |