Index: Source/core/svg/SVGAnimateTransformElement.h |
diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h |
index 86606d8890a50b8267ff191ef6e3690bd166bea3..3329f891442ca18a72ea2daffe6a4c33ae677639 100644 |
--- a/Source/core/svg/SVGAnimateTransformElement.h |
+++ b/Source/core/svg/SVGAnimateTransformElement.h |
@@ -47,6 +47,8 @@ private: |
SVGTransform::SVGTransformType m_type; |
}; |
+DEFINE_NODE_TYPE_CASTS(SVGAnimateTransformElement, hasTagName(SVGNames::animateTransformTag)); |
+ |
} // namespace WebCore |
#endif // SVGAnimateTransformElement_h |