Index: Source/WebCore/svg/SVGPolylineElement.cpp |
diff --git a/Source/WebCore/svg/SVGPolylineElement.cpp b/Source/WebCore/svg/SVGPolylineElement.cpp |
index 627e463afd0556e58dc8ad40d469909c6a456ae9..5e70086ac38c41b2eb125bf4228c04b94d1b53e6 100644 |
--- a/Source/WebCore/svg/SVGPolylineElement.cpp |
+++ b/Source/WebCore/svg/SVGPolylineElement.cpp |
@@ -30,6 +30,7 @@ inline SVGPolylineElement::SVGPolylineElement(const QualifiedName& tagName, Docu |
: SVGPolyElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::polylineTag)); |
+ ScriptWrappable::init(this); |
} |
PassRefPtr<SVGPolylineElement> SVGPolylineElement::create(const QualifiedName& tagName, Document* document) |