Index: Source/WebCore/svg/SVGSetElement.cpp |
diff --git a/Source/WebCore/svg/SVGSetElement.cpp b/Source/WebCore/svg/SVGSetElement.cpp |
index 78d83250bb4df3f9247c9b392024444eb35d8c4e..31a17198778bbde5c0199ca244c34ee2a87696eb 100644 |
--- a/Source/WebCore/svg/SVGSetElement.cpp |
+++ b/Source/WebCore/svg/SVGSetElement.cpp |
@@ -30,6 +30,7 @@ inline SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document* docu |
{ |
setAnimationMode(ToAnimation); |
ASSERT(hasTagName(SVGNames::setTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGSetElement> SVGSetElement::create(const QualifiedName& tagName, Document* document) |