Index: Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp |
diff --git a/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp b/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp |
index 0a297b4c609966be5278e5948705bc1b7f68aa1a..b35dabf6cfe5e0150305095fe24b602a04b28b76 100644 |
--- a/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp |
+++ b/Source/WebCore/svg/SVGComponentTransferFunctionElement.cpp |
@@ -57,6 +57,7 @@ SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement(const Q |
, m_amplitude(1) |
, m_exponent(1) |
{ |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGComponentTransferFunctionElement(); |
} |