| Index: Source/core/svg/SVGFEImageElement.cpp
|
| diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp
|
| index 93f9a1fe275a629920bfaa0e68ee5525135a4b03..3c7b3d01cc592ee6db05415af36b129df0e167da 100644
|
| --- a/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -47,7 +47,6 @@ inline SVGFEImageElement::SVGFEImageElement(Document& document)
|
| {
|
| ScriptWrappable::init(this);
|
| addToPropertyMap(m_preserveAspectRatio);
|
| - registerAnimatedPropertiesForSVGFEImageElement();
|
| }
|
|
|
| PassRefPtr<SVGFEImageElement> SVGFEImageElement::create(Document& document)
|
|
|