| Index: Source/core/animation/Player.cpp
|
| diff --git a/Source/core/animation/Player.cpp b/Source/core/animation/Player.cpp
|
| index 881195feef92c3f64d23b6db5c634190c01005bc..ee2d104621ad13f0a63d38f2ffb6fb0773747fc1 100644
|
| --- a/Source/core/animation/Player.cpp
|
| +++ b/Source/core/animation/Player.cpp
|
| @@ -165,7 +165,6 @@ void Player::setCurrentTime(double seekTime)
|
| void Player::pauseForTesting()
|
| {
|
| // FIXME: Need to support pausing compositor animations to pass virtual/threaded tests.
|
| - RELEASE_ASSERT(!hasActiveAnimationsOnCompositor());
|
| RELEASE_ASSERT(!paused());
|
| m_isPausedForTesting = true;
|
| setPausedImpl(true);
|
|
|