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

Unified Diff: Source/core/animation/DefaultSVGInterpolation.cpp

Issue 1276183004: Oilpan: Unship oilpan from temporary animation objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/animation/DefaultSVGInterpolation.cpp
diff --git a/Source/core/animation/DefaultSVGInterpolation.cpp b/Source/core/animation/DefaultSVGInterpolation.cpp
index 51c260cd61511183f12a86443f3f3d31c38ae6c5..874389fed61151b5a7ff70f0c810d2a72aaa3ace 100644
--- a/Source/core/animation/DefaultSVGInterpolation.cpp
+++ b/Source/core/animation/DefaultSVGInterpolation.cpp
@@ -24,11 +24,4 @@ PassRefPtrWillBeRawPtr<SVGPropertyBase> DefaultSVGInterpolation::interpolatedVal
return m_start;
}
-DEFINE_TRACE(DefaultSVGInterpolation)
-{
- visitor->trace(m_start);
- visitor->trace(m_end);
- SVGInterpolation::trace(visitor);
-}
-
}

Powered by Google App Engine
This is Rietveld 408576698