Index: Source/WebCore/svg/SVGFEDropShadowElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEDropShadowElement.cpp b/Source/WebCore/svg/SVGFEDropShadowElement.cpp |
index 80ca85ebceefe6e9da9e32dfd961a5a0e05c05e7..ea10a5ba2180d91a7bb5559d2b14379e69765a68 100644 |
--- a/Source/WebCore/svg/SVGFEDropShadowElement.cpp |
+++ b/Source/WebCore/svg/SVGFEDropShadowElement.cpp |
@@ -56,6 +56,7 @@ inline SVGFEDropShadowElement::SVGFEDropShadowElement(const QualifiedName& tagNa |
, m_stdDeviationY(2) |
{ |
ASSERT(hasTagName(SVGNames::feDropShadowTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGFEDropShadowElement(); |
} |