Index: Source/core/svg/animation/SVGSMILElement.h |
diff --git a/Source/core/svg/animation/SVGSMILElement.h b/Source/core/svg/animation/SVGSMILElement.h |
index d66d5998b7bc70c65a15cdd80247343b2b65c44e..4e67f6c423f5583be782d7b31749fcbabf8ccaff 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.h |
+++ b/Source/core/svg/animation/SVGSMILElement.h |
@@ -252,7 +252,7 @@ inline bool isSVGSMILElement(const Node& node) |
|| node.hasTagName(SVGNames::animateTransformTag) || node.hasTagName((SVGNames::discardTag)); |
} |
-DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGSMILElement); |
+DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGSMILElement); |
} |