| 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 a87c533290e9d7ca15a5bb5728086ae4ade343fd..d52c8b1b115e0806985a601008c7f9014d2a4de0 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -84,7 +84,7 @@ void SMILTimeContainer::schedule(SVGSMILElement* animation,
|
| if (!scheduled)
|
| scheduled = new AnimationsLinkedHashSet;
|
| ASSERT(!scheduled->contains(animation));
|
| - scheduled->add(animation);
|
| + scheduled->insert(animation);
|
|
|
| SMILTime nextFireTime = animation->nextProgressTime();
|
| if (nextFireTime.isFinite())
|
|
|