Index: Source/core/svg/SVGAltGlyphDefElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphDefElement.cpp b/Source/core/svg/SVGAltGlyphDefElement.cpp |
index 5148158476a49b4dbf1ba477d5d21ab1b704b311..ecef1c8a6e9dc249341c0a5258276954aa7bd20c 100644 |
--- a/Source/core/svg/SVGAltGlyphDefElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphDefElement.cpp |
@@ -32,7 +32,6 @@ namespace blink { |
inline SVGAltGlyphDefElement::SVGAltGlyphDefElement(Document& document) |
: SVGElement(SVGNames::altGlyphDefTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGAltGlyphDefElement) |