Index: Source/WebCore/svg/SVGFEDistantLightElement.cpp |
diff --git a/Source/WebCore/svg/SVGFEDistantLightElement.cpp b/Source/WebCore/svg/SVGFEDistantLightElement.cpp |
index 2bec32979d0c661dea34376de41b1841fc93f5a5..1601af1932b792cd321d915a3813a05e60abedd6 100644 |
--- a/Source/WebCore/svg/SVGFEDistantLightElement.cpp |
+++ b/Source/WebCore/svg/SVGFEDistantLightElement.cpp |
@@ -31,6 +31,7 @@ inline SVGFEDistantLightElement::SVGFEDistantLightElement(const QualifiedName& t |
: SVGFELightElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::feDistantLightTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const QualifiedName& tagName, Document* document) |