Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1230)

Unified Diff: Source/core/svg/SVGElement.cpp

Issue 64683006: [svg] TearOffs dynamically hold on to the current contextElement(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: gchack Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698