| Index: Source/core/animation/AnimatableLength.h
|
| diff --git a/Source/core/animation/AnimatableLength.h b/Source/core/animation/AnimatableLength.h
|
| index 9d109339065b133faac6f28489af330454b0c7d0..167ff848bf0867a162c93e6f417ce3ccc964c261 100644
|
| --- a/Source/core/animation/AnimatableLength.h
|
| +++ b/Source/core/animation/AnimatableLength.h
|
| @@ -151,7 +151,7 @@ private:
|
|
|
| mutable RefPtr<CSSPrimitiveValue> m_cachedCSSPrimitiveValue;
|
|
|
| - friend class CoreAnimationAnimatableLengthTest;
|
| + friend class AnimationAnimatableLengthTest;
|
| };
|
|
|
| DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableLength, isLength());
|
|
|