Index: Source/core/svg/SVGStyledElement.cpp |
diff --git a/Source/core/svg/SVGStyledElement.cpp b/Source/core/svg/SVGStyledElement.cpp |
index 9a683d42b3af1a2967889f2ec43843f9a8db2829..718a9382189e6e53ab7e87e72731ccd16b0f6c55 100644 |
--- a/Source/core/svg/SVGStyledElement.cpp |
+++ b/Source/core/svg/SVGStyledElement.cpp |
@@ -330,7 +330,7 @@ void SVGStyledElement::svgAttributeChanged(const QualifiedName& attrName) |
} |
if (attrName == HTMLNames::classAttr) { |
- classAttributeChanged(className()); |
+ classAttributeChanged(classNameCurrentValue()); |
SVGElementInstance::invalidateAllInstancesOfElement(this); |
return; |
} |