| Index: Source/core/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| index b3d971c1c3653c912a93403255886c4c8548d493..9cf4b84011661cbcd41d9fa1bea943b64eb7ba6f 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| @@ -44,8 +44,6 @@ inline SVGFEMorphologyElement::SVGFEMorphologyElement(Document& document)
|
| , m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create()))
|
| , m_svgOperator(SVGAnimatedEnumeration<MorphologyOperatorType>::create(this, SVGNames::operatorAttr, FEMORPHOLOGY_OPERATOR_ERODE))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_radius);
|
| addToPropertyMap(m_in1);
|
| addToPropertyMap(m_svgOperator);
|
|
|