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

Unified Diff: Source/core/animation/AnimationEffect.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/AnimationEffect.idl
diff --git a/Source/core/animation/AnimationEffect.idl b/Source/core/animation/AnimationEffect.idl
index 6071df62ce6bc09fd448e92ac1bcef126957e5b6..feb39668b2ef57115a158bd0b7093358d9946b65 100644
--- a/Source/core/animation/AnimationEffect.idl
+++ b/Source/core/animation/AnimationEffect.idl
@@ -10,6 +10,6 @@
[
RuntimeEnabled=WebAnimationsAPI,
NoInterfaceObject,
- WillBeGarbageCollected
+ GarbageCollected
] interface AnimationEffect {
};

Powered by Google App Engine
This is Rietveld 408576698