Index: Source/core/animation/DocumentTimelineTest.cpp |
diff --git a/Source/core/animation/DocumentTimelineTest.cpp b/Source/core/animation/DocumentTimelineTest.cpp |
index ed900625b18958250f33999b2ac7a663744f8077..8be0696c8a4a9a4effeab5ccc3dd2b62477a5a05 100644 |
--- a/Source/core/animation/DocumentTimelineTest.cpp |
+++ b/Source/core/animation/DocumentTimelineTest.cpp |
@@ -159,7 +159,7 @@ TEST_F(AnimationDocumentTimelineTest, EmptyForwardsKeyframeAnimation) |
updateClockAndService(0); |
EXPECT_FLOAT_EQ(0, timeline->currentTime()); |
EXPECT_TRUE(anim->isInEffect()); |
- EXPECT_TRUE(anim->compositableValues()->isEmpty()); |
+ EXPECT_TRUE(anim->activeInterpolations().isEmpty()); |
platformTiming->expectNoMoreActions(); |
updateClockAndService(100); |