summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGFEMorphologyElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFEMorphologyElement.cpp')
-rw-r--r--Source/WebCore/svg/SVGFEMorphologyElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGFEMorphologyElement.cpp b/Source/WebCore/svg/SVGFEMorphologyElement.cpp
index 84b409688..13c6ce663 100644
--- a/Source/WebCore/svg/SVGFEMorphologyElement.cpp
+++ b/Source/WebCore/svg/SVGFEMorphologyElement.cpp
@@ -88,10 +88,10 @@ bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName)
return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
}
-void SVGFEMorphologyElement::parseMappedAttribute(Attribute* attr)
+void SVGFEMorphologyElement::parseAttribute(Attribute* attr)
{
if (!isSupportedAttribute(attr->name())) {
- SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
+ SVGFilterPrimitiveStandardAttributes::parseAttribute(attr);
return;
}