Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp |
diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
index 9dc5afb2ee7821f9b3814695fd31bcb81178dc6c..cc6f29515533db8e81b789a3e453d726149eea97 100644 |
--- a/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
+++ b/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
@@ -68,7 +68,6 @@ SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const Q |
addToPropertyMap(m_exponent); |
addToPropertyMap(m_offset); |
addToPropertyMap(m_type); |
- registerAnimatedPropertiesForSVGComponentTransferFunctionElement(); |
} |
bool SVGComponentTransferFunctionElement::isSupportedAttribute(const QualifiedName& attrName) |