| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| index 3fbcae6204ee5fcaf306b3befd1dd5c34268bb61..8eae8a303a4bfc812848b662739f40ea774cdd32 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| @@ -134,7 +134,7 @@ void AnimationTimeline::serviceAnimations(TimingUpdateReason reason) {
|
|
|
| for (Animation* animation : animations) {
|
| if (!animation->update(reason))
|
| - m_animationsNeedingUpdate.remove(animation);
|
| + m_animationsNeedingUpdate.erase(animation);
|
| }
|
|
|
| DCHECK_EQ(m_outdatedAnimationCount, 0U);
|
|
|