Index: Source/WebCore/svg/SVGFEColorMatrixElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEColorMatrixElement.cpp b/Source/WebCore/svg/SVGFEColorMatrixElement.cpp |
index 7ce9654d6d2b9516546acd5329d93f3e5a4e6f66..f4362c2d612d9fd77d5368eea0827d92d09b1e22 100644 |
--- a/Source/WebCore/svg/SVGFEColorMatrixElement.cpp |
+++ b/Source/WebCore/svg/SVGFEColorMatrixElement.cpp |
@@ -48,6 +48,7 @@ inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(const QualifiedName& tag |
, m_type(FECOLORMATRIX_TYPE_MATRIX) |
{ |
ASSERT(hasTagName(SVGNames::feColorMatrixTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGFEColorMatrixElement(); |
} |