| Index: Source/WebCore/svg/SVGTextElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGTextElement.cpp b/Source/WebCore/svg/SVGTextElement.cpp
|
| index 759cc54bdd5a2dc36c8ba3b4872a05fb76e92b5b..68e4599c0e8fbbd591f6866a8264aa3036e5e7cb 100644
|
| --- a/Source/WebCore/svg/SVGTextElement.cpp
|
| +++ b/Source/WebCore/svg/SVGTextElement.cpp
|
| @@ -48,6 +48,7 @@ inline SVGTextElement::SVGTextElement(const QualifiedName& tagName, Document* do
|
| : SVGTextPositioningElement(tagName, doc)
|
| {
|
| ASSERT(hasTagName(SVGNames::textTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGTextElement();
|
| }
|
|
|
|
|