Chromium Code Reviews| Index: Source/core/svg/SVGLineElement.h |
| diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h |
| index df8a96c1c757a2f8714d1ad2565a91e4f955ae2d..e90c432e48285963c6a2e9f89ce8786ee88d0702 100644 |
| --- a/Source/core/svg/SVGLineElement.h |
| +++ b/Source/core/svg/SVGLineElement.h |
| @@ -56,8 +56,6 @@ private: |
| RefPtr<SVGAnimatedLength> m_y2; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGLineElement, hasTagName(SVGNames::lineTag)); |
| - |
| } // namespace WebCore |
| #endif |