Index: Source/core/svg/properties/NewSVGAnimatedProperty.h |
diff --git a/Source/core/svg/properties/NewSVGAnimatedProperty.h b/Source/core/svg/properties/NewSVGAnimatedProperty.h |
index f8c7ba4f5abc77a7bf028f3ae02e5c370d5dcc3c..25db5c9713519d6ec9d2cfbd86f0e3fa65d4c80a 100644 |
--- a/Source/core/svg/properties/NewSVGAnimatedProperty.h |
+++ b/Source/core/svg/properties/NewSVGAnimatedProperty.h |
@@ -218,12 +218,11 @@ public: |
} |
this->baseValue()->setValue(value); |
+ m_baseValueUpdated = true; |
ASSERT(this->attributeName() != nullQName()); |
this->contextElement()->invalidateSVGAttributes(); |
this->contextElement()->svgAttributeChanged(this->attributeName()); |
- |
- m_baseValueUpdated = true; |
} |
PrimitiveType animVal() |