Index: Source/core/animation/InterpolationEffect.h |
diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h |
index be2463bd676de98d1a4bcaf0b55811b28783e38e..a9294c24106c8cd45d6f8dd756506d7173c67e50 100644 |
--- a/Source/core/animation/InterpolationEffect.h |
+++ b/Source/core/animation/InterpolationEffect.h |
@@ -37,7 +37,7 @@ public: |
callback(*record->m_interpolation); |
} |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
InterpolationEffect() |
@@ -58,7 +58,7 @@ private: |
return adoptPtrWillBeNoop(new InterpolationRecord(interpolation, easing, start, end, applyFrom, applyTo)); |
} |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
InterpolationRecord(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo) |