Chromium Code Reviews| Index: Source/core/svg/SVGMaskElement.h |
| diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h |
| index 870b0c07efff9ef8e52eaabb86da796e7a5682b4..b1b227a0aafeae6bcbcc0e7f30215f26a60b1361 100644 |
| --- a/Source/core/svg/SVGMaskElement.h |
| +++ b/Source/core/svg/SVGMaskElement.h |
| @@ -65,8 +65,6 @@ private: |
| RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskContentUnits; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGMaskElement, hasTagName(SVGNames::maskTag)); |
| - |
| } |
| #endif |