Index: Source/core/svg/SVGFELightElement.h |
diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h |
index a9837bc1c0d3081eb614dc28bc2dd2e01c81ef11..95e081f5cbefa8e58d637be751f2a71b74bbe155 100644 |
--- a/Source/core/svg/SVGFELightElement.h |
+++ b/Source/core/svg/SVGFELightElement.h |
@@ -77,8 +77,6 @@ private: |
RefPtr<SVGAnimatedNumber> m_pointsAtZ; |
RefPtr<SVGAnimatedNumber> m_specularExponent; |
RefPtr<SVGAnimatedNumber> m_limitingConeAngle; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFELightElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
inline bool isSVGFELightElement(const Node& node) |