Index: Source/core/svg/SVGMarkerElement.h |
diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h |
index 06d24162feebae095ac6b436b4ebed4e1c9f3b0b..b153b57f1901f4df67585892b8ec761bfe2b0d96 100644 |
--- a/Source/core/svg/SVGMarkerElement.h |
+++ b/Source/core/svg/SVGMarkerElement.h |
@@ -92,8 +92,6 @@ private: |
RefPtr<SVGAnimatedLength> m_markerHeight; |
RefPtr<SVGAnimatedAngle> m_orientAngle; |
RefPtr<SVGAnimatedEnumeration<SVGMarkerUnitsType> > m_markerUnits; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGMarkerElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
DEFINE_NODE_TYPE_CASTS(SVGMarkerElement, hasTagName(SVGNames::markerTag)); |