| Index: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| index d52c8b1b115e0806985a601008c7f9014d2a4de0..ca9f7001d71be45cb7a58337920d7a2fcaa12898 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -107,7 +107,7 @@ void SMILTimeContainer::unschedule(SVGSMILElement* animation,
|
| ASSERT(scheduled);
|
| AnimationsLinkedHashSet::iterator itAnimation = scheduled->find(animation);
|
| ASSERT(itAnimation != scheduled->end());
|
| - scheduled->remove(itAnimation);
|
| + scheduled->erase(itAnimation);
|
|
|
| if (scheduled->isEmpty())
|
| m_scheduledAnimations.remove(it);
|
|
|