Index: Source/WebCore/svg/SVGGElement.cpp |
diff --git a/Source/WebCore/svg/SVGGElement.cpp b/Source/WebCore/svg/SVGGElement.cpp |
index 160308df8d78df52149730bbe3e8921214c2fb9d..134de99d6c955318f4b226ee1eefd5414d4e629b 100644 |
--- a/Source/WebCore/svg/SVGGElement.cpp |
+++ b/Source/WebCore/svg/SVGGElement.cpp |
@@ -44,6 +44,7 @@ SVGGElement::SVGGElement(const QualifiedName& tagName, Document* document, Const |
: SVGStyledTransformableElement(tagName, document, constructionType) |
{ |
ASSERT(hasTagName(SVGNames::gTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGGElement(); |
} |