Index: Source/core/svg/SVGPolygonElement.h |
diff --git a/Source/core/svg/SVGPolygonElement.h b/Source/core/svg/SVGPolygonElement.h |
index 0076f6495aa91bb43a837a47825b68c5d5505d29..89626b0fcc88e6147b083037913b644c06af4d7c 100644 |
--- a/Source/core/svg/SVGPolygonElement.h |
+++ b/Source/core/svg/SVGPolygonElement.h |
@@ -34,11 +34,7 @@ private: |
SVGPolygonElement(const QualifiedName&, Document&); |
}; |
-inline SVGPolygonElement* toSVGPolygonElement(Node* node) |
-{ |
- ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(SVGNames::polygonTag)); |
- return static_cast<SVGPolygonElement*>(node); |
-} |
+DEFINE_NODE_TYPE_CASTS(SVGPolygonElement, hasTagName(SVGNames::polygonTag)); |
} // namespace WebCore |