diff options
Diffstat (limited to 'WebCore/svg/SVGMPathElement.cpp')
-rw-r--r-- | WebCore/svg/SVGMPathElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGMPathElement.cpp b/WebCore/svg/SVGMPathElement.cpp index dfe7e99..65b2cc2 100644 --- a/WebCore/svg/SVGMPathElement.cpp +++ b/WebCore/svg/SVGMPathElement.cpp @@ -38,7 +38,7 @@ SVGMPathElement::~SVGMPathElement() { } -void SVGMPathElement::parseMappedAttribute(MappedAttribute* attr) +void SVGMPathElement::parseMappedAttribute(Attribute* attr) { if (SVGURIReference::parseMappedAttribute(attr)) return; |