Chromium Code Reviews| Index: Source/core/animation/AnimationPlayer.cpp |
| diff --git a/Source/core/animation/AnimationPlayer.cpp b/Source/core/animation/AnimationPlayer.cpp |
| index 4cc554b5dcfdf5c1574359d54297358ee1217fba..885f949ce5194776add1620eb778f10992fa5244 100644 |
| --- a/Source/core/animation/AnimationPlayer.cpp |
| +++ b/Source/core/animation/AnimationPlayer.cpp |
| @@ -298,6 +298,7 @@ bool AnimationPlayer::hasPendingActivity() const |
| void AnimationPlayer::stop() |
| { |
| + m_finished = true; |
| m_pendingFinishedEvent = nullptr; |
| } |