| Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| index cc6f29515533db8e81b789a3e453d726149eea97..3367fa5e2b033e869e4895a24715d67444874aa5 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| @@ -44,11 +44,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<ComponentTr
|
| return entries;
|
| }
|
|
|
| -// Animated property definitions
|
| -
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGComponentTransferFunctionElement)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
| -
|
| SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const QualifiedName& tagName, Document& document)
|
| : SVGElement(tagName, document)
|
| , m_tableValues(SVGAnimatedNumberList::create(this, SVGNames::tableValuesAttr, SVGNumberList::create()))
|
|
|