| Index: Source/WebCore/svg/SVGFECompositeElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFECompositeElement.cpp b/Source/WebCore/svg/SVGFECompositeElement.cpp
|
| index ad40a6dc2448310095e13e24597b4fc2903a570e..b60ea2187fbe787e3be5ab72806f8395e2b0917e 100644
|
| --- a/Source/WebCore/svg/SVGFECompositeElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFECompositeElement.cpp
|
| @@ -56,6 +56,7 @@ inline SVGFECompositeElement::SVGFECompositeElement(const QualifiedName& tagName
|
| , m__operator(FECOMPOSITE_OPERATOR_OVER)
|
| {
|
| ASSERT(hasTagName(SVGNames::feCompositeTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFECompositeElement();
|
| }
|
|
|
|
|