Index: Source/core/svg/SVGLinearGradientElement.h |
diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h |
index c615847e15938e78546ae38564dbe92198b14e67..57681a587e298f5caf5562fca914499a024e68fc 100644 |
--- a/Source/core/svg/SVGLinearGradientElement.h |
+++ b/Source/core/svg/SVGLinearGradientElement.h |
@@ -57,8 +57,6 @@ private: |
RefPtr<SVGAnimatedLength> m_y2; |
}; |
-DEFINE_NODE_TYPE_CASTS(SVGLinearGradientElement, hasTagName(SVGNames::linearGradientTag)); |
- |
} // namespace WebCore |
#endif |