Index: Source/core/animation/AnimationEffect.h |
diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h |
index fd487a314a413b66fe18351fd288f8eb096d2963..a81be474f645482ee5851a3c479f6f7e6eb27683 100644 |
--- a/Source/core/animation/AnimationEffect.h |
+++ b/Source/core/animation/AnimationEffect.h |
@@ -60,6 +60,8 @@ public: |
virtual void trace(Visitor*) { } |
}; |
+WILL_BE_EAGERLY_TRACED(AnimationEffect); |
+ |
} // namespace blink |
#endif // AnimationEffect_h |