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

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

Issue 327463002: SVG: no need to call |clearAnimatedType| at SVGAnimate{,Motion}Element dtor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 6 years, 6 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimateMotionElement.cpp
diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
index d78a47defbe58e1f2e1828a5fdd280b59e0aed2c..ed38c17479857a02050fede2a97bfd4bb869af01 100644
--- a/Source/core/svg/SVGAnimateMotionElement.cpp
+++ b/Source/core/svg/SVGAnimateMotionElement.cpp
@@ -51,11 +51,6 @@ DEFINE_NODE_FACTORY(SVGAnimateMotionElement)
SVGAnimateMotionElement::~SVGAnimateMotionElement()
{
- // FIXME: Oilpan: We should not comment this out and this should be moved to |removeFrom| equivalent.
-#if !ENABLE(OILPAN)
- if (targetElement())
- clearAnimatedType(targetElement());
-#endif
}
bool SVGAnimateMotionElement::hasValidAttributeType()
« no previous file with comments | « Source/core/svg/SVGAnimateElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698