Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: Source/core/animation/Animation.cpp

Issue 1238083002: Oilpan: Move the EventListener hierarchy to Oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698