Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp |
index 94bd50266b4d7177396d97bfadd425a8e5db4326..9003beb6d10d488f34637b096f5577a9213aada4 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp |
@@ -581,6 +581,7 @@ void SVGAnimateElement::SetAttributeType(const AtomicString& attribute_type) { |
void SVGAnimateElement::ResetAnimatedPropertyType() { |
DCHECK(!animated_value_); |
+ InvalidatedValuesCache(); |
from_property_.Clear(); |
to_property_.Clear(); |
to_at_end_of_duration_property_.Clear(); |