Index: Source/core/svg/properties/SVGAnimatedProperty.cpp |
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
index bbc12b2dde565469a8ad6033f50d497131ad9cd2..a3ec3400848ceeba7cbe96140684c0ecdd11bea2 100644 |
--- a/Source/core/svg/properties/SVGAnimatedProperty.cpp |
+++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
@@ -78,10 +78,4 @@ bool SVGAnimatedPropertyBase::isSpecified() const |
return isAnimating() || contextElement()->hasAttribute(attributeName()); |
} |
-void SVGAnimatedPropertyBase::commitChange() |
-{ |
- contextElement()->invalidateSVGAttributes(); |
- contextElement()->svgAttributeChanged(m_attributeName); |
-} |
- |
} // namespace WebCore |