Index: Source/core/svg/SVGPolyElement.h |
diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h |
index d5ecf87c1a0f0a7dce6834249707422c5c393bf3..c830f0d0a7dc217bdd93bbd1406a40010cd3f89d 100644 |
--- a/Source/core/svg/SVGPolyElement.h |
+++ b/Source/core/svg/SVGPolyElement.h |
@@ -57,7 +57,7 @@ inline bool isSVGPolyElement(const Node& node) |
return node.hasTagName(SVGNames::polygonTag) || node.hasTagName(SVGNames::polylineTag); |
} |
-DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGPolyElement); |
+DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGPolyElement); |
} // namespace WebCore |