| Index: Source/core/svg/SVGTitleElement.cpp
|
| diff --git a/Source/core/svg/SVGTitleElement.cpp b/Source/core/svg/SVGTitleElement.cpp
|
| index bb52dbf03ed8e8224460ce7e72dba08c1ce721c8..a905ac67a073a83b65009b0a4cd591e8f330bd6b 100644
|
| --- a/Source/core/svg/SVGTitleElement.cpp
|
| +++ b/Source/core/svg/SVGTitleElement.cpp
|
| @@ -29,7 +29,6 @@ namespace blink {
|
| inline SVGTitleElement::SVGTitleElement(Document& document)
|
| : SVGElement(SVGNames::titleTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGTitleElement)
|
|
|