Index: Source/core/svg/SVGStyleElement.cpp |
diff --git a/Source/core/svg/SVGStyleElement.cpp b/Source/core/svg/SVGStyleElement.cpp |
index 878ca25275d8382cc2ba4402bf4563d198cb13ee..d2055507e8084bd670482214e9e421d3862bc488 100644 |
--- a/Source/core/svg/SVGStyleElement.cpp |
+++ b/Source/core/svg/SVGStyleElement.cpp |
@@ -33,7 +33,6 @@ inline SVGStyleElement::SVGStyleElement(Document& document, bool createdByParser |
, StyleElement(&document, createdByParser) |
, m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired) |
{ |
- ScriptWrappable::init(this); |
} |
SVGStyleElement::~SVGStyleElement() |