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

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 30ed4006c889f67d71de2bf44c42ef64af127a98..183185e93bae819b1d0e0869819c00eb338ee6a1 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