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

Unified Diff: Source/core/animation/AnimationEffectReadOnly.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: Rebase Created 5 years, 4 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
« no previous file with comments | « Source/core/animation/AnimationEffect.cpp ('k') | Source/core/animation/AnimationEffectTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationEffectReadOnly.idl
diff --git a/Source/core/animation/AnimationEffectReadOnly.idl b/Source/core/animation/AnimationEffectReadOnly.idl
index 06540d1d07e642d57b7598db9c0a91df194d9e44..8011f9c21280ab28d29fa5adbf3a150027375286 100644
--- a/Source/core/animation/AnimationEffectReadOnly.idl
+++ b/Source/core/animation/AnimationEffectReadOnly.idl
@@ -32,7 +32,7 @@
[
RuntimeEnabled=WebAnimationsAPI,
- WillBeGarbageCollected,
+ GarbageCollected,
ImplementedAs=AnimationEffect,
] interface AnimationEffectReadOnly {
readonly attribute AnimationEffectTiming timing;
« no previous file with comments | « Source/core/animation/AnimationEffect.cpp ('k') | Source/core/animation/AnimationEffectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698