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

Unified Diff: Source/core/animation/AnimationNode.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/AnimationNode.idl
diff --git a/Source/core/animation/AnimationNode.idl b/Source/core/animation/AnimationNode.idl
index 119cba2de5577fb4f6cbe0fbfed6ebedd57f91e8..c1e894559828944f7ece82b37fade456806fc8eb 100644
--- a/Source/core/animation/AnimationNode.idl
+++ b/Source/core/animation/AnimationNode.idl
@@ -36,7 +36,7 @@
[
RuntimeEnabled=WebAnimationsAPI,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface AnimationNode {
readonly attribute Timing timing;
readonly attribute ComputedTimingProperties computedTiming;

Powered by Google App Engine
This is Rietveld 408576698