| Index: Source/WebCore/svg/SVGAnimateTransformElement.cpp
|
| diff --git a/Source/WebCore/svg/SVGAnimateTransformElement.cpp b/Source/WebCore/svg/SVGAnimateTransformElement.cpp
|
| index 9779aa59f40c339f8df91671924a8a4482a25b3b..01e9011533660dff7269dacc7616ba2d5456345f 100644
|
| --- a/Source/WebCore/svg/SVGAnimateTransformElement.cpp
|
| +++ b/Source/WebCore/svg/SVGAnimateTransformElement.cpp
|
| @@ -36,6 +36,7 @@ inline SVGAnimateTransformElement::SVGAnimateTransformElement(const QualifiedNam
|
| , m_type(SVGTransform::SVG_TRANSFORM_UNKNOWN)
|
| {
|
| ASSERT(hasTagName(SVGNames::animateTransformTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<SVGAnimateTransformElement> SVGAnimateTransformElement::create(const QualifiedName& tagName, Document* document)
|
|
|