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

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

Issue 298873003: SVG: SVGAnimateElement should not cache |m_animatedElements| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove more asserts Created 6 years, 7 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
« no previous file with comments | « Source/core/svg/SVGAnimateElement.cpp ('k') | Source/core/svg/SVGAnimatedInteger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedAngle.cpp
diff --git a/Source/core/svg/SVGAnimatedAngle.cpp b/Source/core/svg/SVGAnimatedAngle.cpp
index 0e881c8815b5b702bf81e85314e16601d12f2147..ec56a1bdd190ffb94b6833702d5d27fcbd52a253 100644
--- a/Source/core/svg/SVGAnimatedAngle.cpp
+++ b/Source/core/svg/SVGAnimatedAngle.cpp
@@ -49,8 +49,6 @@ SVGAnimatedAngle::~SVGAnimatedAngle()
void SVGAnimatedAngle::synchronizeAttribute()
{
- ASSERT(needsSynchronizeAttribute());
-
AtomicString value;
if (m_orientType->currentValue()->enumValue() == SVGMarkerOrientAuto)
value = "auto";
« no previous file with comments | « Source/core/svg/SVGAnimateElement.cpp ('k') | Source/core/svg/SVGAnimatedInteger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698