Index: third_party/WebKit/Source/core/frame/FrameView.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp |
index 09546b9c07ab0bb84eb72169a14e49969e352496..8c1c480dfb763a4ea7b7668abe84f62012e79931 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -265,7 +265,7 @@ void FrameView::dispose() |
RELEASE_ASSERT(!isInPerformLayout()); |
if (ScrollAnimatorBase* scrollAnimator = existingScrollAnimator()) |
- scrollAnimator->cancelAnimations(); |
+ scrollAnimator->cancelAnimation(); |
cancelProgrammaticScrollAnimation(); |
detachScrollbars(); |