Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index be86153e8b8e9213bc2ccc644bd021d94c393636..b89cae5ee435d356198c1f00299dbba44680e03a 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -2028,7 +2028,7 @@ void FrameView::serviceScriptedAnimations(double monotonicAnimationStartTime) |
for (RefPtr<Frame> frame = m_frame; frame; frame = frame->tree()->traverseNext()) { |
frame->view()->serviceScrollAnimations(); |
if (!RuntimeEnabledFeatures::webAnimationsCSSEnabled()) |
- frame->animation()->serviceAnimations(); |
+ frame->animation().serviceAnimations(); |
if (RuntimeEnabledFeatures::webAnimationsEnabled()) |
frame->document()->timeline()->serviceAnimations(monotonicAnimationStartTime); |
} |