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

Unified Diff: Source/core/svg/properties/SVGAnimatedProperty.h

Issue 248503004: Synchronize attribute before animation ends (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-upload with --no-find-copies Created 6 years, 8 months 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/properties/SVGAnimatedProperty.h
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
index 9e866430554eb9cad03c4c75a2751d5a8818e31b..8205df00f9a714687f06031910f81e3fcf8326ec 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.h
+++ b/Source/core/svg/properties/SVGAnimatedProperty.h
@@ -156,10 +156,10 @@ public:
virtual void animationEnded() OVERRIDE
{
- SVGAnimatedPropertyBase::animationEnded();
-
ASSERT(m_currentValue);
m_currentValue.clear();
+
+ SVGAnimatedPropertyBase::animationEnded();
}
protected:
« no previous file with comments | « LayoutTests/svg/custom/animate-svgsvgelement-expected.txt ('k') | Source/core/svg/properties/SVGAnimatedProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698