Index: Source/core/svg/SVGAltGlyphItemElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphItemElement.cpp b/Source/core/svg/SVGAltGlyphItemElement.cpp |
index 00d6e10e00c1df31955b8136477b81606fc34036..35516011bcad59aabeaa9f6410219f93f98db8e7 100644 |
--- a/Source/core/svg/SVGAltGlyphItemElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphItemElement.cpp |
@@ -30,7 +30,6 @@ namespace blink { |
inline SVGAltGlyphItemElement::SVGAltGlyphItemElement(Document& document) |
: SVGElement(SVGNames::altGlyphItemTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGAltGlyphItemElement) |