Index: Source/WebCore/svg/SVGAElement.cpp |
diff --git a/Source/WebCore/svg/SVGAElement.cpp b/Source/WebCore/svg/SVGAElement.cpp |
index 7e7093338e2bf73729dcc2b4579cf59e94a7bfd3..f3e92436a20df578884130be48b30e8186a2de35 100644 |
--- a/Source/WebCore/svg/SVGAElement.cpp |
+++ b/Source/WebCore/svg/SVGAElement.cpp |
@@ -69,6 +69,7 @@ inline SVGAElement::SVGAElement(const QualifiedName& tagName, Document* document |
: SVGStyledTransformableElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::aTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGAElement(); |
} |