Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1149)

Unified Diff: Source/core/svg/SVGStyledElement.cpp

Issue 19097005: Remove one SVG animated type special case from the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix the regressions Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698