Chromium Code Reviews| Index: Source/core/animation/AnimationStack.h |
| diff --git a/Source/core/animation/AnimationStack.h b/Source/core/animation/AnimationStack.h |
| index c4762004cfa1620f99388e2fb32543c20066b5c7..cad21280c5aabc5faac8ffdffaccfb854835dc59 100644 |
| --- a/Source/core/animation/AnimationStack.h |
| +++ b/Source/core/animation/AnimationStack.h |
| @@ -66,6 +66,8 @@ private: |
| friend class AnimationAnimationStackTest; |
| }; |
| +WILL_BE_EAGERLY_TRACED(AnimationStack); |
| + |
| } // namespace blink |
| -#endif |
| +#endif // AnimationStack_h |