| Index: Source/core/svg/SVGAltGlyphElement.cpp
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp
|
| index 8b7bb6c3b64dddda718591080b2298984dfad024..0061df8a24a6e53240a2f88f6ea92d975319b2b8 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.cpp
|
| +++ b/Source/core/svg/SVGAltGlyphElement.cpp
|
| @@ -39,7 +39,6 @@ inline SVGAltGlyphElement::SVGAltGlyphElement(Document& document)
|
| : SVGTextPositioningElement(SVGNames::altGlyphTag, document)
|
| , SVGURIReference(this)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGAltGlyphElement)
|
|
|