| Index: Source/core/dom/ScriptedAnimationController.cpp
|
| diff --git a/Source/core/dom/ScriptedAnimationController.cpp b/Source/core/dom/ScriptedAnimationController.cpp
|
| index 7f38884b1e070f298737e05dfcd5252850c6f113..e2a2dd87c9fdcafe1194782064d6a47208844567 100644
|
| --- a/Source/core/dom/ScriptedAnimationController.cpp
|
| +++ b/Source/core/dom/ScriptedAnimationController.cpp
|
| @@ -124,7 +124,7 @@ void ScriptedAnimationController::dispatchEvents()
|
| else
|
| eventTarget->dispatchEvent(events[i]);
|
|
|
| - InspectorInstrumentation::didDispatchEvent(eventTarget, events[i].get());
|
| + InspectorInstrumentation::didRemoveEvent(eventTarget, events[i].get());
|
| }
|
| }
|
|
|
|
|