| Index: Source/WebCore/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFEMorphologyElement.cpp b/Source/WebCore/svg/SVGFEMorphologyElement.cpp
|
| index 550451ff6ce87a10fc7fe5a4013f68a3c985ee4d..757e3f295e74964c2c1a3e29921cb6f725ed4a7e 100644
|
| --- a/Source/WebCore/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFEMorphologyElement.cpp
|
| @@ -50,6 +50,7 @@ inline SVGFEMorphologyElement::SVGFEMorphologyElement(const QualifiedName& tagNa
|
| , m__operator(FEMORPHOLOGY_OPERATOR_ERODE)
|
| {
|
| ASSERT(hasTagName(SVGNames::feMorphologyTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFEMorphologyElement();
|
| }
|
|
|
|
|