| Index: Source/core/animation/AnimatableValue.h
|
| diff --git a/Source/core/animation/AnimatableValue.h b/Source/core/animation/AnimatableValue.h
|
| index 47046a2958fc38c250efecb9637a92ed18492920..deb9649188ee75a4458b2f6e10e5f019ea2c45a3 100644
|
| --- a/Source/core/animation/AnimatableValue.h
|
| +++ b/Source/core/animation/AnimatableValue.h
|
| @@ -134,7 +134,7 @@ private:
|
|
|
| virtual double distanceTo(const AnimatableValue*) const;
|
|
|
| - friend class KeyframeEffectModel;
|
| + template <class Keyframe> friend class KeyframeEffectModel;
|
| };
|
|
|
| #define DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(thisType, predicate) \
|
|
|