Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 1cf99805ed20d25bdcf2564838ead43e1bdab5f3..bb7aa0850762dfa0d9dbeaf2e9b36e4807d57fdf 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -1887,7 +1887,7 @@ void FrameView::serviceScriptedAnimations(double monotonicAnimationStartTime) |
for (RefPtr<Frame> frame = m_frame; frame; frame = frame->tree().traverseNext()) { |
frame->view()->serviceScrollAnimations(); |
- DocumentAnimations::serviceOnAnimationFrame(*frame->document(), monotonicAnimationStartTime); |
+ DocumentAnimations::serviceOnFrameStart(*frame->document(), monotonicAnimationStartTime); |
} |
Vector<RefPtr<Document> > documents; |