| Index: Source/WebCore/svg/SVGPathElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGPathElement.cpp b/Source/WebCore/svg/SVGPathElement.cpp
|
| index 113621b67f982fb0c2681b084212222568723d78..81327acbc3941ca237ccbdd68164417dd2ccd78a 100644
|
| --- a/Source/WebCore/svg/SVGPathElement.cpp
|
| +++ b/Source/WebCore/svg/SVGPathElement.cpp
|
| @@ -81,6 +81,7 @@ inline SVGPathElement::SVGPathElement(const QualifiedName& tagName, Document* do
|
| , m_isAnimValObserved(false)
|
| {
|
| ASSERT(hasTagName(SVGNames::pathTag));
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGPathElement();
|
| }
|
|
|
|
|