Index: Source/core/svg/SVGUseElement.cpp |
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp |
index f8d52943212fd9714d67c9abbe50193cd04d70b5..6cafda904b49898c0d40220b68128055c903ea5f 100644 |
--- a/Source/core/svg/SVGUseElement.cpp |
+++ b/Source/core/svg/SVGUseElement.cpp |
@@ -56,7 +56,6 @@ inline SVGUseElement::SVGUseElement(Document& document) |
, m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired) |
{ |
ASSERT(hasCustomStyleCallbacks()); |
- ScriptWrappable::init(this); |
addToPropertyMap(m_x); |
addToPropertyMap(m_y); |