| Index: Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h
|
| index 46094a1302a97ea13a8a4b38426276b2426c3bbf..e5a504bdd9e3afb81d57db46e86f42bc916b1bde 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
|
|
|