Chromium Code Reviews| Index: Source/core/svg/SVGUseElement.h |
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
| index b80bd29da2554fd879b104e2f22fe6d1f0ce9b06..a58f7eeaafdf8110b233dc2921a44d215a7fcea2 100644 |
| --- a/Source/core/svg/SVGUseElement.h |
| +++ b/Source/core/svg/SVGUseElement.h |
| @@ -121,8 +121,6 @@ private: |
| Timer<SVGElement> m_svgLoadEventTimer; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGUseElement, hasTagName(SVGNames::useTag)); |
| - |
| } |
| #endif |