| 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 020c2f26c613913fedf8a59d138d7139507d506a..ff651a1215c706481f998e75667162a934a7309e 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -110,7 +110,7 @@ void SMILTimeContainer::unschedule(SVGSMILElement* animation,
|
| scheduled->erase(itAnimation);
|
|
|
| if (scheduled->isEmpty())
|
| - m_scheduledAnimations.remove(it);
|
| + m_scheduledAnimations.erase(it);
|
| }
|
|
|
| bool SMILTimeContainer::hasAnimations() const {
|
|
|