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