Index: Source/WebCore/svg/SVGScriptElement.cpp |
=================================================================== |
--- Source/WebCore/svg/SVGScriptElement.cpp (revision 127639) |
+++ Source/WebCore/svg/SVGScriptElement.cpp (working copy) |
@@ -47,6 +47,7 @@ |
inline SVGScriptElement::SVGScriptElement(const QualifiedName& tagName, Document* document, bool wasInsertedByParser, bool alreadyStarted) |
: SVGElement(tagName, document) |
, ScriptElement(this, wasInsertedByParser, alreadyStarted) |
+ , m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired) |
{ |
ASSERT(hasTagName(SVGNames::scriptTag)); |
registerAnimatedPropertiesForSVGScriptElement(); |