Index: Source/WebCore/svg/SVGFEDisplacementMapElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp b/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp |
index 8ca3cbb088b9bdfad57e20bb7685e5ff2bdb43ae..1bb8725e6e2794591269bf6256c6a81a5c19d430 100644 |
--- a/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp |
+++ b/Source/WebCore/svg/SVGFEDisplacementMapElement.cpp |
@@ -52,6 +52,7 @@ inline SVGFEDisplacementMapElement::SVGFEDisplacementMapElement(const QualifiedN |
, m_yChannelSelector(CHANNEL_A) |
{ |
ASSERT(hasTagName(SVGNames::feDisplacementMapTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGFEDisplacementMapElement(); |
} |