| 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 871201b553b95dfb11217338dc5f94d6ad53fb86..65241a752427d9ac3ed45ab0f65757f5ed5693e3 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
|
| @@ -436,7 +436,7 @@ SMILTime SMILTimeContainer::updateAnimations(double elapsed, bool seekToTime) {
|
| AnimationsVector scheduledAnimationsInSameGroup;
|
| for (const auto& entry : m_scheduledAnimations) {
|
| if (!entry.key.first || entry.value->isEmpty()) {
|
| - invalidKeys.add(entry.key);
|
| + invalidKeys.insert(entry.key);
|
| continue;
|
| }
|
|
|
|
|