| Index: Source/core/animation/AnimatableValue.h
|
| diff --git a/Source/core/animation/AnimatableValue.h b/Source/core/animation/AnimatableValue.h
|
| index 6dc6e9d4ac3eeba6afc804014e918c3bf3acbd01..d13be2d86dc04d9278baa857f86b2d1d729d3daf 100644
|
| --- a/Source/core/animation/AnimatableValue.h
|
| +++ b/Source/core/animation/AnimatableValue.h
|
| @@ -136,7 +136,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) \
|
|
|