| Index: third_party/WebKit/Source/core/animation/Animation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| index e6bfdee2737570851884cfbbf6e162572b7734f5..b015454e6f5eca7d982d953f19983cd8d66b120e 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -1080,7 +1080,6 @@ void Animation::addedEventListener(
|
| }
|
|
|
| void Animation::pauseForTesting(double pauseTime) {
|
| - RELEASE_ASSERT(!paused());
|
| setCurrentTimeInternal(pauseTime, TimingUpdateOnDemand);
|
| if (hasActiveAnimationsOnCompositor())
|
| toKeyframeEffectReadOnly(m_content.get())
|
|
|