Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index 51d90f805594a1b4795cc8fdeeb13b682325af48..6dbe404ff5baaae3b6634d659b38ed4c92e91230 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -89,7 +89,7 @@ inline bool isSVGTextContentElement(const Node& node) |
return node.isSVGElement() && toSVGElement(node).isTextContent(); |
} |
-DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGTextContentElement); |
+DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGTextContentElement); |
} // namespace WebCore |