| Index: Source/WebCore/svg/SVGFEBlendElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFEBlendElement.cpp b/Source/WebCore/svg/SVGFEBlendElement.cpp
|
| index 8797b4561a759c74c65afcfb477b2af10fb4c207..718f1155d7cc0d8f576f90306af9c8d8d4f1e973 100644
|
| --- a/Source/WebCore/svg/SVGFEBlendElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFEBlendElement.cpp
|
| @@ -48,6 +48,7 @@ inline SVGFEBlendElement::SVGFEBlendElement(const QualifiedName& tagName, Docume
|
| , m_mode(FEBLEND_MODE_NORMAL)
|
| {
|
| ASSERT(hasTagName(SVGNames::feBlendTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFEBlendElement();
|
| }
|
|
|
|
|