| Index: Source/core/animation/InvalidatableStyleInterpolation.h
|
| diff --git a/Source/core/animation/InvalidatableStyleInterpolation.h b/Source/core/animation/InvalidatableStyleInterpolation.h
|
| index c0a24c96031d94957b214efede552f3383a0e85e..1a75ff2d4b59c9b0ea9747cc0352e94e2d01bcba 100644
|
| --- a/Source/core/animation/InvalidatableStyleInterpolation.h
|
| +++ b/Source/core/animation/InvalidatableStyleInterpolation.h
|
| @@ -55,7 +55,7 @@ private:
|
| double m_currentFraction;
|
| mutable OwnPtrWillBeMember<PrimitiveInterpolation> m_cachedConversion;
|
| mutable AnimationType::ConversionCheckers m_conversionCheckers;
|
| - mutable OwnPtrWillBeRawPtr<AnimationValue> m_cachedValue;
|
| + mutable OwnPtrWillBeMember<AnimationValue> m_cachedValue;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(InvalidatableStyleInterpolation, Interpolation, value, value->isInvalidatableStyleInterpolation(), value.isInvalidatableStyleInterpolation());
|
|
|