Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 0c76482c2c1b39106e310f1680fc9a22abc9ae02..2f42fb966b6fd84b3a4256f6a7082b35ec2b8f14 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -72,8 +72,6 @@ inline SVGSVGElement::SVGSVGElement(Document& doc) |
, m_timeContainer(SMILTimeContainer::create(*this)) |
, m_translation(SVGPoint::create()) |
{ |
- ScriptWrappable::init(this); |
- |
m_width->setDefaultValueAsString("100%"); |
m_height->setDefaultValueAsString("100%"); |
@@ -781,4 +779,4 @@ void SVGSVGElement::trace(Visitor* visitor) |
SVGGraphicsElement::trace(visitor); |
} |
-} |
+} // namespace blink |