| Index: Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp
|
| index 2ae5e35dde2c6ea21e8d4210686337a6ca4d0f3d..a294933fce2899e6c6f78ed8fe8a1ed6136548e9 100644
|
| --- a/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -37,7 +37,6 @@ namespace blink {
|
| SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& document)
|
| : SVGAnimationElement(tagName, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtrWillBeRawPtr<SVGAnimateElement> SVGAnimateElement::create(Document& document)
|
|
|