Chromium Code Reviews| Index: Source/core/svg/SVGMarkerElement.h |
| diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h |
| index b153b57f1901f4df67585892b8ec761bfe2b0d96..795dfd20e1fb8760a77a2b7fb8571d455711aeea 100644 |
| --- a/Source/core/svg/SVGMarkerElement.h |
| +++ b/Source/core/svg/SVGMarkerElement.h |
| @@ -94,8 +94,6 @@ private: |
| RefPtr<SVGAnimatedEnumeration<SVGMarkerUnitsType> > m_markerUnits; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGMarkerElement, hasTagName(SVGNames::markerTag)); |
| - |
| } |
| #endif |