| Index: Source/core/page/PageAnimator.cpp
|
| diff --git a/Source/core/page/PageAnimator.cpp b/Source/core/page/PageAnimator.cpp
|
| index ce939eacee62a7848c92d4b7bbe8094daa466581..201ba3025aa83920c22c800a5431d7a98d964c6a 100644
|
| --- a/Source/core/page/PageAnimator.cpp
|
| +++ b/Source/core/page/PageAnimator.cpp
|
| @@ -37,11 +37,11 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
|
|
|
| for (size_t i = 0; i < documents.size(); ++i) {
|
| if (documents[i]->frame()) {
|
| - documents[i]->view()->serviceScrollAnimations();
|
| + documents[i]->view()->serviceScrollbarAnimations();
|
|
|
| if (const FrameView::ScrollableAreaSet* scrollableAreas = documents[i]->view()->scrollableAreas()) {
|
| for (FrameView::ScrollableAreaSet::iterator it = scrollableAreas->begin(); it != scrollableAreas->end(); ++it)
|
| - (*it)->serviceScrollAnimations();
|
| + (*it)->serviceScrollbarAnimations();
|
| }
|
| }
|
| }
|
|
|