Index: Source/core/svg/SVGAnimateElement.h |
diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h |
index fc9da821350fee7416c9fa1c02b0ee8b16888fad..915ef28ca8b63035e390cfed8d86121d0ee34b03 100644 |
--- a/Source/core/svg/SVGAnimateElement.h |
+++ b/Source/core/svg/SVGAnimateElement.h |
@@ -78,7 +78,6 @@ private: |
inline bool isSVGAnimateElement(const Node& node) |
{ |
return node.hasTagName(SVGNames::animateTag) |
- || node.hasTagName(SVGNames::animateColorTag) |
|| node.hasTagName(SVGNames::animateTransformTag) |
|| node.hasTagName(SVGNames::setTag); |
} |