| Index: Source/WebCore/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGTextPathElement.cpp b/Source/WebCore/svg/SVGTextPathElement.cpp
|
| index 3871db97e274f4e5231a195c71f7631ecd3445e3..df8f4af61659bb41dfd45154b3e374b8cf5441a2 100644
|
| --- a/Source/WebCore/svg/SVGTextPathElement.cpp
|
| +++ b/Source/WebCore/svg/SVGTextPathElement.cpp
|
| @@ -53,6 +53,7 @@ inline SVGTextPathElement::SVGTextPathElement(const QualifiedName& tagName, Docu
|
| , m_spacing(SVGTextPathSpacingExact)
|
| {
|
| ASSERT(hasTagName(SVGNames::textPathTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGTextPathElement();
|
| }
|
|
|
|
|