Index: Source/core/animation/AnimatableLength.h |
diff --git a/Source/core/animation/AnimatableLength.h b/Source/core/animation/AnimatableLength.h |
index 759cb34c382bf414b084d68156dbcb1c8422c473..0ba7bf7685a715f8077a0f87c13f167c4dc34903 100644 |
--- a/Source/core/animation/AnimatableLength.h |
+++ b/Source/core/animation/AnimatableLength.h |
@@ -149,7 +149,7 @@ private: |
mutable RefPtr<CSSPrimitiveValue> m_cachedCSSPrimitiveValue; |
- friend class AnimatableLengthTest; |
+ friend class CoreAnimationAnimatableLengthTest; |
}; |
inline const AnimatableLength* toAnimatableLength(const AnimatableValue* value) |