Index: Source/core/svg/SVGComponentTransferFunctionElement.h |
diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h |
index 8f4f0209ef98d63886fd9b3ee1c9e4bf83f47bcd..da9a95686ff330d94dfd9742d00d38c5126feba4 100644 |
--- a/Source/core/svg/SVGComponentTransferFunctionElement.h |
+++ b/Source/core/svg/SVGComponentTransferFunctionElement.h |
@@ -60,8 +60,6 @@ private: |
RefPtr<SVGAnimatedNumber> m_exponent; |
RefPtr<SVGAnimatedNumber> m_offset; |
RefPtr<SVGAnimatedEnumeration<ComponentTransferType> > m_type; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGComponentTransferFunctionElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
}; |
} // namespace WebCore |