Index: Source/core/svg/SVGSetElement.cpp |
diff --git a/Source/core/svg/SVGSetElement.cpp b/Source/core/svg/SVGSetElement.cpp |
index c6a93d5754851896c47f603d9c894c648e92d85c..bb951922d3a15f83d768e081732d0ca6dc4f1c19 100644 |
--- a/Source/core/svg/SVGSetElement.cpp |
+++ b/Source/core/svg/SVGSetElement.cpp |
@@ -29,7 +29,6 @@ inline SVGSetElement::SVGSetElement(Document& document) |
: SVGAnimateElement(SVGNames::setTag, document) |
{ |
setAnimationMode(ToAnimation); |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGSetElement) |