| Index: Source/WebCore/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGAnimationElement.cpp b/Source/WebCore/svg/SVGAnimationElement.cpp
|
| index 547a21a5c62597de2d67ae81e80de2b58a14c9d0..8ba034f85c9a3176916a27d76438a5b0ac37f863 100644
|
| --- a/Source/WebCore/svg/SVGAnimationElement.cpp
|
| +++ b/Source/WebCore/svg/SVGAnimationElement.cpp
|
| @@ -61,6 +61,7 @@ SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document*
|
| , m_calcMode(CalcModeLinear)
|
| , m_animationMode(NoAnimation)
|
| {
|
| + ScriptWrappable::init(this);
|
| registerAnimatedPropertiesForSVGAnimationElement();
|
| }
|
|
|
|
|