Chromium Code Reviews| Index: Source/core/svg/SVGPathElement.h |
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h |
| index f4acfe5616bf3f03722923d3fb62987ff7894c32..7f01e4e0849f370f646b8b0ced56477dc81cd22b 100644 |
| --- a/Source/core/svg/SVGPathElement.h |
| +++ b/Source/core/svg/SVGPathElement.h |
| @@ -114,8 +114,6 @@ private: |
| RefPtr<SVGAnimatedPath> m_pathSegList; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGPathElement, hasTagName(SVGNames::pathTag)); |
| - |
| } // namespace WebCore |
| #endif |