Index: Source/core/svg/SVGScriptElement.cpp |
diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp |
index a3e29cd3aa6de00626eced3a066530a1fc6b6e32..bf0529be82f002b4147bdb7a3c1d5c36496f120e 100644 |
--- a/Source/core/svg/SVGScriptElement.cpp |
+++ b/Source/core/svg/SVGScriptElement.cpp |
@@ -34,10 +34,10 @@ namespace blink { |
inline SVGScriptElement::SVGScriptElement(Document& document, bool wasInsertedByParser, bool alreadyStarted) |
: SVGElement(SVGNames::scriptTag, document) |
- , SVGURIReference(this) |
, m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired) |
, m_loader(ScriptLoader::create(this, wasInsertedByParser, alreadyStarted)) |
{ |
+ SVGURIReference::initialize(this); |
} |
SVGScriptElement::~SVGScriptElement() |