| Index: Source/core/svg/SVGFEImageElement.cpp
|
| diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp
|
| index 8e0ab223c3279fc15d93f633cb07c970cfce5294..1c2e80c8e0ad5e69e8aa4ceee9e2fb3022bdd073 100644
|
| --- a/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -38,7 +38,6 @@ inline SVGFEImageElement::SVGFEImageElement(Document& document)
|
| , SVGURIReference(this)
|
| , m_preserveAspectRatio(SVGAnimatedPreserveAspectRatio::create(this, SVGNames::preserveAspectRatioAttr, SVGPreserveAspectRatio::create()))
|
| {
|
| - ScriptWrappable::init(this);
|
| addToPropertyMap(m_preserveAspectRatio);
|
| }
|
|
|
|
|