| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index 89b639edd9f700fd372a92cfe27dc32f58f6b77d..10a91037530b3d1edc4813514a3505845a48ee33 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -503,7 +503,7 @@ void SVGAnimationElement::currentValuesForValuesAnimation(float percent, float&
|
| }
|
|
|
| CalcMode calcMode = this->calcMode();
|
| - if (hasTagName(SVGNames::animateTag) || hasTagName(SVGNames::animateColorTag)) {
|
| + if (hasTagName(SVGNames::animateTag)) {
|
| AnimatedPropertyType attributeType = toSVGAnimateElement(this)->determineAnimatedPropertyType(targetElement());
|
| // Fall back to discrete animations for Strings.
|
| if (attributeType == AnimatedBoolean
|
|
|