Chromium Code Reviews| Index: Source/core/svg/properties/SVGAnimatedProperty.cpp |
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
| index 352f204cdac8201328433f631a1cefed0faa27fd..2258ad93f57ec028c6defd8dd123d7983db95770 100644 |
| --- a/Source/core/svg/properties/SVGAnimatedProperty.cpp |
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
| @@ -32,6 +32,7 @@ SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const Quali |
| , m_isAnimating(false) |
| , m_isReadOnly(false) |
| { |
| + contextElement->setContextElement(); |
|
haraken
2013/11/13 06:08:59
Isn't there any chance where we want to unset a co
|
| } |
| SVGAnimatedProperty::~SVGAnimatedProperty() |