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

Unified Diff: Source/core/animation/AnimationPlayer.idl

Issue 225073004: Oilpan: Completely move core/animations/ to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/AnimationPlayer.idl
diff --git a/Source/core/animation/AnimationPlayer.idl b/Source/core/animation/AnimationPlayer.idl
index 143aac5b8afb2ae2ab52b0a75ac2f2104814d2fb..944c4f2aac0abed9ed92f301254acc94042df41c 100644
--- a/Source/core/animation/AnimationPlayer.idl
+++ b/Source/core/animation/AnimationPlayer.idl
@@ -31,6 +31,7 @@
[
RuntimeEnabled=WebAnimationsElementAnimate,
NoInterfaceObject,
+ WillBeGarbageCollected,
] interface AnimationPlayer : EventTarget {
[RuntimeEnabled=WebAnimationsAPI] attribute TimedItem? source;
[RuntimeEnabled=WebAnimationsAPI] attribute double startTime;

Powered by Google App Engine
This is Rietveld 408576698