| Index: Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp
|
| index 5ab4c0d2d457467d749b8a5cb93e8c803dc13b02..7099c20162db9cee840f2c67764eba2482361cfd 100644
|
| --- a/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/Source/core/svg/SVGScriptElement.cpp
|
| @@ -38,7 +38,6 @@ inline SVGScriptElement::SVGScriptElement(Document& document, bool wasInsertedBy
|
| , m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired)
|
| , m_loader(ScriptLoader::create(this, wasInsertedByParser, alreadyStarted))
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| SVGScriptElement::~SVGScriptElement()
|
|
|