| 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 06bdc8267f8cc1d9015035b3e6159ce21d4ebe15..5ec63aabafdd3d31fa915bed8dfd3e2176086b06 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -653,7 +653,7 @@ bool Animation::hasPendingActivity() const {
|
| (!m_finished && hasEventListeners(EventTypeNames::finish));
|
| }
|
|
|
| -void Animation::stop() {
|
| +void Animation::contextDestroyed() {
|
| PlayStateUpdateScope updateScope(*this, TimingUpdateOnDemand);
|
|
|
| m_finished = true;
|
|
|