| Index: third_party/WebKit/Source/core/animation/Animation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| index 3ead492e4428242e17e4cd57f018dcd868863273..b287d3881a7c9f7ef0095f8fe216a45a7bc6bc11 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -1049,7 +1049,7 @@ Animation::PlayStateUpdateScope::~PlayStateUpdateScope()
|
| InspectorInstrumentation::animationPlayStateChanged(m_animation->timeline()->document(), m_animation, oldPlayState, newPlayState);
|
| }
|
|
|
| -bool Animation::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const EventListenerOptions& options)
|
| +bool Animation::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const AddEventListenerOptions& options)
|
| {
|
| if (eventType == EventTypeNames::finish)
|
| UseCounter::count(getExecutionContext(), UseCounter::AnimationFinishEvent);
|
|
|