Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / properties / NewSVGAnimatedProperty.h
index f8c7ba4..25db5c9 100644 (file)
@@ -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()