| Index: Source/WebCore/svg/SVGAnimateElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGAnimateElement.cpp b/Source/WebCore/svg/SVGAnimateElement.cpp
|
| index 48b5fd6afe879d9afa49f606060fa833ed52af16..7ebf710b2b4666d7c6926d7810560b6ce3266a7d 100644
|
| --- a/Source/WebCore/svg/SVGAnimateElement.cpp
|
| +++ b/Source/WebCore/svg/SVGAnimateElement.cpp
|
| @@ -41,6 +41,7 @@ SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document* doc
|
| , m_animatedPropertyType(AnimatedString)
|
| {
|
| ASSERT(hasTagName(SVGNames::animateTag) || hasTagName(SVGNames::setTag) || hasTagName(SVGNames::animateColorTag) || hasTagName(SVGNames::animateTransformTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGAnimateElement> SVGAnimateElement::create(const QualifiedName& tagName, Document* document)
|
|
|