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

Unified Diff: Source/core/animation/TimedItem.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, 8 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/TimedItem.idl
diff --git a/Source/core/animation/TimedItem.idl b/Source/core/animation/TimedItem.idl
index f2388f19951d75de76f373d4f88e6fad45b65cb7..27eebb10444fb9622e250b203c21e6a0852c940e 100644
--- a/Source/core/animation/TimedItem.idl
+++ b/Source/core/animation/TimedItem.idl
@@ -30,6 +30,7 @@
[
RuntimeEnabled=WebAnimationsAPI,
+ WillBeGarbageCollected,
] interface TimedItem {
// Playback state
readonly attribute double? localTime;

Powered by Google App Engine
This is Rietveld 408576698