Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index 2f4fe2c5bde1464e0c6ea6b5ac7b3d43760ffbe9..91a3bf7e4634efa3bfee4a9eb52da6c6822508cf 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -76,6 +76,7 @@ SVGElement::SVGElement(const QualifiedName& tagName, Document& document, Constru |
, m_inRelativeLengthClientsInvalidation(false) |
#endif |
, m_animatedPropertiesDestructed(false) |
+ , m_isContextElement(false) |
{ |
ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGElement(); |