Index: Source/core/animation/AnimationEffect.h |
diff --git a/Source/core/animation/AnimationEffect.h b/Source/core/animation/AnimationEffect.h |
index 9ef1aeaeb9e53fec8552201a3714eff551788444..0dd58576f45610583565dc3bf4c31e600af45c7c 100644 |
--- a/Source/core/animation/AnimationEffect.h |
+++ b/Source/core/animation/AnimationEffect.h |
@@ -57,7 +57,7 @@ public: |
virtual bool affects(CSSPropertyID) const { return false; }; |
virtual bool isKeyframeEffectModel() const { return false; } |
- virtual void trace(Visitor*) { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
}; |
} // namespace blink |