Index: Source/core/svg/SVGMaskElement.h |
diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h |
index 29092dac43cfe56098ea3d1a37b5c03da028c026..870b0c07efff9ef8e52eaabb86da796e7a5682b4 100644 |
--- a/Source/core/svg/SVGMaskElement.h |
+++ b/Source/core/svg/SVGMaskElement.h |
@@ -63,8 +63,6 @@ private: |
RefPtr<SVGAnimatedLength> m_height; |
RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskUnits; |
RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_maskContentUnits; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGMaskElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
DEFINE_NODE_TYPE_CASTS(SVGMaskElement, hasTagName(SVGNames::maskTag)); |