Index: Source/core/svg/SVGRectElement.h |
diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h |
index e2900f0d35f04110a85c6178132df38426ca0ae4..da32aa83aa16ff7afe3245a27580a53f3630c8be 100644 |
--- a/Source/core/svg/SVGRectElement.h |
+++ b/Source/core/svg/SVGRectElement.h |
@@ -60,8 +60,6 @@ private: |
RefPtr<SVGAnimatedLength> m_ry; |
}; |
-DEFINE_NODE_TYPE_CASTS(SVGRectElement, hasTagName(SVGNames::rectTag)); |
- |
} // namespace WebCore |
#endif |