| Index: Source/core/animation/NonInterpolableValue.h
|
| diff --git a/Source/core/animation/NonInterpolableValue.h b/Source/core/animation/NonInterpolableValue.h
|
| index 20823f11a663f1d918e32d96bb6f4ea435459d17..a09ba69c22b1877903e9b78fb6d88a5318c6009a 100644
|
| --- a/Source/core/animation/NonInterpolableValue.h
|
| +++ b/Source/core/animation/NonInterpolableValue.h
|
| @@ -10,7 +10,7 @@
|
| namespace blink {
|
|
|
| // Holds components of a keyframe value that do not change when interpolating with another keyframe.
|
| -class NonInterpolableValue : public RefCountedWillBeGarbageCollectedFinalized<NonInterpolableValue> {
|
| +class NonInterpolableValue : public GarbageCollectedFinalized<NonInterpolableValue> {
|
| public:
|
| virtual ~NonInterpolableValue() { }
|
|
|
|
|