Index: Source/core/animation/Animation.cpp |
diff --git a/Source/core/animation/Animation.cpp b/Source/core/animation/Animation.cpp |
index 3a9c5c7aa20a4554ae85d85bfef5ce4d75338826..73f832b9ba1872493ee6a9c1b25e90be00a839f4 100644 |
--- a/Source/core/animation/Animation.cpp |
+++ b/Source/core/animation/Animation.cpp |
@@ -1066,7 +1066,7 @@ Animation::PlayStateUpdateScope::~PlayStateUpdateScope() |
InspectorInstrumentation::didCreateAnimation(m_animation->timeline()->document(), m_animation); |
} |
-bool Animation::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) |
+bool Animation::addEventListener(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener> listener, bool useCapture) |
{ |
if (eventType == EventTypeNames::finish) |
UseCounter::count(executionContext(), UseCounter::AnimationFinishEvent); |