Index: Source/core/svg/SVGAnimateMotionElement.h |
diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h |
index d438042f14c09f79d9bf6d6e651933cd98f51380..3dce19c44db9358522dc56bdacc4fc5b6bb8dbab 100644 |
--- a/Source/core/svg/SVGAnimateMotionElement.h |
+++ b/Source/core/svg/SVGAnimateMotionElement.h |
@@ -73,6 +73,8 @@ private: |
Path m_animationPath; |
}; |
+DEFINE_NODE_TYPE_CASTS(SVGAnimateMotionElement, hasTagName(SVGNames::animateMotionTag)); |
+ |
} // namespace WebCore |
#endif // SVGAnimateMotionElement_h |