Index: Source/WebCore/svg/SVGTRefElement.cpp |
diff --git a/Source/WebCore/svg/SVGTRefElement.cpp b/Source/WebCore/svg/SVGTRefElement.cpp |
index facd092990fe2bdc07456c342313ea039941e0d0..42d55a2e60adb64d36036015e9d885671a834e4e 100644 |
--- a/Source/WebCore/svg/SVGTRefElement.cpp |
+++ b/Source/WebCore/svg/SVGTRefElement.cpp |
@@ -136,6 +136,7 @@ inline SVGTRefElement::SVGTRefElement(const QualifiedName& tagName, Document* do |
, m_targetListener(SVGTRefTargetEventListener::create(this)) |
{ |
ASSERT(hasTagName(SVGNames::trefTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGTRefElement(); |
} |