| Index: Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h
|
| index 3c6cb7d4d889e678df03b58d2ea20834aec2efb6..b67c487c56cc527648031a1f491def07fc5c7657 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -242,7 +242,7 @@ private:
|
| inline bool isSVGSMILElement(const Node& node)
|
| {
|
| return node.hasTagName(SVGNames::setTag) || node.hasTagName(SVGNames::animateTag) || node.hasTagName(SVGNames::animateMotionTag)
|
| - || node.hasTagName(SVGNames::animateTransformTag) || node.hasTagName(SVGNames::animateColorTag) || node.hasTagName((SVGNames::discardTag));
|
| + || node.hasTagName(SVGNames::animateTransformTag) || node.hasTagName((SVGNames::discardTag));
|
| }
|
|
|
| DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGSMILElement);
|
|
|