Index: Source/core/animation/Animation.cpp |
diff --git a/Source/core/animation/Animation.cpp b/Source/core/animation/Animation.cpp |
index f6000ba528d5fc6475a3c4db67bb84ba8166d5e3..7aee6208de267057e233e261d487accc6e85d933 100644 |
--- a/Source/core/animation/Animation.cpp |
+++ b/Source/core/animation/Animation.cpp |
@@ -211,12 +211,6 @@ double Animation::calculateTimeToEffectChange(bool forwards, double localTime, d |
} |
} |
-void Animation::notifySampledEffectRemovedFromAnimationStack() |
-{ |
- ASSERT(m_sampledEffect); |
- m_sampledEffect = nullptr; |
-} |
- |
#if !ENABLE(OILPAN) |
void Animation::notifyElementDestroyed() |
{ |