Index: Source/core/animation/InterpolationEffect.h |
diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h |
index 4c7c2b759e8f437633c29224a94469855e4493fa..6de0aeaffb9a1cf951114d0a86af65d74e634fab 100644 |
--- a/Source/core/animation/InterpolationEffect.h |
+++ b/Source/core/animation/InterpolationEffect.h |
@@ -30,7 +30,7 @@ private: |
{ |
} |
- class InterpolationRecord : public NoBaseWillBeGarbageCollected<InterpolationRecord> { |
+ class InterpolationRecord : public NoBaseWillBeGarbageCollectedFinalized<InterpolationRecord> { |
public: |
RefPtrWillBeMember<Interpolation> m_interpolation; |
RefPtr<TimingFunction> m_easing; |