| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index 2c3050f3a6caa1c4b2717bd81d90e0b2d38a1cab..06d24e837d103a831cbbdfd2d3ac5eafeea7620c 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -65,7 +65,6 @@ SVGElement::SVGElement(const QualifiedName& tagName, Document& document, Constru
|
| , m_SVGRareData(nullptr)
|
| , m_className(SVGAnimatedString::create(this, HTMLNames::classAttr, SVGString::create()))
|
| {
|
| - ScriptWrappable::init(this);
|
| addToPropertyMap(m_className);
|
| setHasCustomStyleCallbacks();
|
| }
|
|
|