summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFECompositeElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFECompositeElement.cpp')
-rw-r--r--WebCore/svg/SVGFECompositeElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGFECompositeElement.cpp b/WebCore/svg/SVGFECompositeElement.cpp
index d213bd5..1571122 100644
--- a/WebCore/svg/SVGFECompositeElement.cpp
+++ b/WebCore/svg/SVGFECompositeElement.cpp
@@ -23,7 +23,7 @@
#if ENABLE(SVG) && ENABLE(FILTERS)
#include "SVGFECompositeElement.h"
-#include "MappedAttribute.h"
+#include "Attribute.h"
#include "SVGNames.h"
namespace WebCore {
@@ -38,7 +38,7 @@ SVGFECompositeElement::~SVGFECompositeElement()
{
}
-void SVGFECompositeElement::parseMappedAttribute(MappedAttribute *attr)
+void SVGFECompositeElement::parseMappedAttribute(Attribute* attr)
{
const String& value = attr->value();
if (attr->name() == SVGNames::operatorAttr) {