Index: Source/core/svg/SVGGlyphRefElement.cpp |
diff --git a/Source/core/svg/SVGGlyphRefElement.cpp b/Source/core/svg/SVGGlyphRefElement.cpp |
index 22650d4e77b68e034aabe312bca1bbb1cb772ed4..9e82c04787624a99d99c6166b39b7ed6e484c4d4 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.cpp |
+++ b/Source/core/svg/SVGGlyphRefElement.cpp |
@@ -36,7 +36,6 @@ inline SVGGlyphRefElement::SVGGlyphRefElement(Document& document) |
, m_dx(0) |
, m_dy(0) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGGlyphRefElement) |