Index: Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp b/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp |
index 063dcd419cf537552c04d28bdd402e180a217d4f..2cc476fd30d04e3c778de89842cb7f907ace112b 100644 |
--- a/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp |
+++ b/Source/WebCore/svg/SVGFEDiffuseLightingElement.cpp |
@@ -57,6 +57,7 @@ inline SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(const QualifiedN |
, m_surfaceScale(1) |
{ |
ASSERT(hasTagName(SVGNames::feDiffuseLightingTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGFEDiffuseLightingElement(); |
} |