Index: Source/WebCore/svg/SVGFESpotLightElement.cpp |
diff --git a/Source/WebCore/svg/SVGFESpotLightElement.cpp b/Source/WebCore/svg/SVGFESpotLightElement.cpp |
index b04a1347a2f4565c304cd5646210bb4a363b9dab..50f8a12b7d71d26bcea392bb0e87481ec242204c 100644 |
--- a/Source/WebCore/svg/SVGFESpotLightElement.cpp |
+++ b/Source/WebCore/svg/SVGFESpotLightElement.cpp |
@@ -31,6 +31,7 @@ inline SVGFESpotLightElement::SVGFESpotLightElement(const QualifiedName& tagName |
: SVGFELightElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::feSpotLightTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGFESpotLightElement> SVGFESpotLightElement::create(const QualifiedName& tagName, Document* document) |