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

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

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 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/Timing.idl
diff --git a/Source/core/animation/Timing.idl b/Source/core/animation/Timing.idl
index 6cd5e975c826331a9748d1ff9ad2b615497042b5..9c04fe88c57c74cb21a65655d353bd470228c97d 100644
--- a/Source/core/animation/Timing.idl
+++ b/Source/core/animation/Timing.idl
@@ -11,7 +11,7 @@
[
ImplementedAs=AnimationNodeTiming,
RuntimeEnabled=WebAnimationsAPI,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface Timing {
attribute double delay;
attribute double endDelay;

Powered by Google App Engine
This is Rietveld 408576698