| Index: Source/core/svg/SVGFEBlendElement.cpp
|
| diff --git a/Source/core/svg/SVGFEBlendElement.cpp b/Source/core/svg/SVGFEBlendElement.cpp
|
| index 04b5a374a16f96b9066b4f507bb40e7772bd5065..36a0acea203a7af8fb059f85f3a6dee185144789 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.cpp
|
| +++ b/Source/core/svg/SVGFEBlendElement.cpp
|
| @@ -59,7 +59,6 @@ inline SVGFEBlendElement::SVGFEBlendElement(Document& document)
|
| addToPropertyMap(m_in1);
|
| addToPropertyMap(m_in2);
|
| addToPropertyMap(m_mode);
|
| - registerAnimatedPropertiesForSVGFEBlendElement();
|
| }
|
|
|
| PassRefPtr<SVGFEBlendElement> SVGFEBlendElement::create(Document& document)
|
|
|