Commit 30f7d1b5 authored by haraken@chromium.org's avatar haraken@chromium.org

Make InterpolationRecord GarbageCollectedFinalized

Since InterpolationRecord has a RefPtr, it should be GarbageCollectedFinalized.

BUG=341032
TBR=ager

Review URL: https://codereview.chromium.org/208283005

git-svn-id: svn://svn.chromium.org/blink/trunk@169935 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 5bd1e350
......@@ -28,7 +28,7 @@ private:
{
}
class InterpolationRecord : public NoBaseWillBeGarbageCollected<InterpolationRecord> {
class InterpolationRecord : public NoBaseWillBeGarbageCollectedFinalized<InterpolationRecord> {
public:
RefPtrWillBeMember<Interpolation> m_interpolation;
RefPtr<TimingFunction> m_easing;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment