Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index e7578c6dbd3a526feb2e8d4e0b9308246525bf33..c3e96e7abcd785e6681f946fff1ae0b6f0f570d0 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -3271,7 +3271,7 @@ bool FrameView::scroll(ScrollDirection direction, ScrollGranularity granularity) |
ScrollDirection physicalDirection = |
toPhysicalDirection(direction, isVerticalDocument(), isFlippedDocument()); |
- return ScrollableArea::scroll(physicalDirection, granularity); |
+ return ScrollableArea::scroll(physicalDirection, granularity).didScroll; |
} |
void FrameView::windowResizerRectChanged() |