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