| Index: Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp b/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp
|
| index 077b9d3e28a73e38112b208a9633d4e928f37a1c..27db17a37b4e6f848cc486c16d8040c5940fde53 100644
|
| --- a/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -69,6 +69,7 @@ inline SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(const QualifiedNam
|
| , m_edgeMode(EDGEMODE_DUPLICATE)
|
| {
|
| ASSERT(hasTagName(SVGNames::feConvolveMatrixTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGFEConvolveMatrixElement();
|
| }
|
|
|
|
|