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

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

Issue 959233002: Revert "Oilpan: fix build after r190977 (5831a54)." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/SampledEffect.cpp
diff --git a/Source/core/animation/SampledEffect.cpp b/Source/core/animation/SampledEffect.cpp
index 661a15fea3d23824e4aaece62d240c361480811f..b57235af5d6c3d6795c4cabca19d8aa92b6eb3f4 100644
--- a/Source/core/animation/SampledEffect.cpp
+++ b/Source/core/animation/SampledEffect.cpp
@@ -58,7 +58,6 @@ void SampledEffect::removeReplacedInterpolationsIfNeeded(const BitArray<numCSSPr
DEFINE_TRACE(SampledEffect)
{
visitor->trace(m_animation);
- visitor->trace(m_player);
#if ENABLE(OILPAN)
visitor->trace(m_interpolations);
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698