| Index: Source/WebCore/svg/SVGAltGlyphElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGAltGlyphElement.cpp b/Source/WebCore/svg/SVGAltGlyphElement.cpp
|
| index f03d1ff27afe9c7aea4ae0757fa39dcf1efb3070..49c384107d36d7e2781cd9817dc6ebef2d61aae4 100644
|
| --- a/Source/WebCore/svg/SVGAltGlyphElement.cpp
|
| +++ b/Source/WebCore/svg/SVGAltGlyphElement.cpp
|
| @@ -48,6 +48,7 @@ inline SVGAltGlyphElement::SVGAltGlyphElement(const QualifiedName& tagName, Docu
|
| : SVGTextPositioningElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(SVGNames::altGlyphTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGAltGlyphElement();
|
| }
|
|
|
|
|