Chromium Code Reviews| Index: Source/core/svg/SVGCircleElement.h |
| diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h |
| index dd3bc5b42119a7cb3e28b64eb436f830fcc2b1e1..72166c1ba63a902040a8ba21ce3a1beccb0a5383 100644 |
| --- a/Source/core/svg/SVGCircleElement.h |
| +++ b/Source/core/svg/SVGCircleElement.h |
| @@ -54,8 +54,6 @@ private: |
| RefPtr<SVGAnimatedLength> m_r; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGCircleElement, hasTagName(SVGNames::circleTag)); |
| - |
| } // namespace WebCore |
| #endif // SVGCircleElement_h |