Index: Source/core/animation/Animation.cpp |
diff --git a/Source/core/animation/Animation.cpp b/Source/core/animation/Animation.cpp |
index 272870789019e657c6ee3c97914f2af3a18c17cc..6dbee4a3b6cd8b34d31e3634405ceba99ee489e8 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); |