| Index: third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp b/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| index 47ad9e342a1c768e76c4f9ad512fefe69ef56622..94c1d667c58702c284ea1139ad5c4d8b253d3916 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
|
| @@ -98,7 +98,7 @@ void ScriptedAnimationController::dispatchEvents(
|
| HeapVector<Member<Event>> remaining;
|
| for (auto& event : m_eventQueue) {
|
| if (event && event->interfaceName() == eventInterfaceFilter) {
|
| - m_perFrameEvents.remove(eventTargetKey(event.get()));
|
| + m_perFrameEvents.erase(eventTargetKey(event.get()));
|
| events.push_back(event.release());
|
| } else {
|
| remaining.push_back(event.release());
|
|
|