Index: Source/core/svg/SVGGlyphElement.cpp |
diff --git a/Source/core/svg/SVGGlyphElement.cpp b/Source/core/svg/SVGGlyphElement.cpp |
index 27d18e7cd2194b987b1f4c025a67a6d854f5b698..021f6d34553b7187b4bda2fd81dda31e2d5cb3e0 100644 |
--- a/Source/core/svg/SVGGlyphElement.cpp |
+++ b/Source/core/svg/SVGGlyphElement.cpp |
@@ -33,7 +33,6 @@ namespace blink { |
inline SVGGlyphElement::SVGGlyphElement(Document& document) |
: SVGElement(SVGNames::glyphTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGGlyphElement) |