Index: Source/WebCore/svg/SVGLineElement.cpp |
diff --git a/Source/WebCore/svg/SVGLineElement.cpp b/Source/WebCore/svg/SVGLineElement.cpp |
index d05a8ed91fd7a7d9075dee10ebf9610a0d57f613..7575fe1d8d0abc4d2844f4d68888b628061660a8 100644 |
--- a/Source/WebCore/svg/SVGLineElement.cpp |
+++ b/Source/WebCore/svg/SVGLineElement.cpp |
@@ -58,6 +58,7 @@ inline SVGLineElement::SVGLineElement(const QualifiedName& tagName, Document* do |
, m_y2(LengthModeHeight) |
{ |
ASSERT(hasTagName(SVGNames::lineTag)); |
+ ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGLineElement(); |
} |