| Index: Source/core/animation/AnimationEffect.cpp
|
| diff --git a/Source/core/animation/AnimationEffect.cpp b/Source/core/animation/AnimationEffect.cpp
|
| index 5d1ffc8aa9e9aa6399cb98bad7432ef3b4f4e246..98257a5fd2d058d7e3d79eedf7c4007c2e3bf332 100644
|
| --- a/Source/core/animation/AnimationEffect.cpp
|
| +++ b/Source/core/animation/AnimationEffect.cpp
|
| @@ -92,8 +92,6 @@ double AnimationEffect::activeDurationInternal() const
|
| void AnimationEffect::updateSpecifiedTiming(const Timing& timing)
|
| {
|
| // FIXME: Test whether the timing is actually different?
|
| - if (m_timing == timing)
|
| - return;
|
| m_timing = timing;
|
| invalidate();
|
| if (m_animation)
|
|
|