| Index: Source/WebCore/svg/SVGTextContentElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGTextContentElement.cpp b/Source/WebCore/svg/SVGTextContentElement.cpp
|
| index 635c6321e6544ec5e98e46df7dbc438bdd56f3a7..fcea2ae0ca9fa927e206ead93a64a78e5b5253af 100644
|
| --- a/Source/WebCore/svg/SVGTextContentElement.cpp
|
| +++ b/Source/WebCore/svg/SVGTextContentElement.cpp
|
| @@ -71,6 +71,7 @@ SVGTextContentElement::SVGTextContentElement(const QualifiedName& tagName, Docum
|
| , m_specifiedTextLength(LengthModeOther)
|
| , m_lengthAdjust(SVGLengthAdjustSpacing)
|
| {
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGTextContentElement();
|
| }
|
|
|
|
|