Index: Source/core/page/scrolling/ScrollState.cpp |
diff --git a/Source/core/page/scrolling/ScrollState.cpp b/Source/core/page/scrolling/ScrollState.cpp |
index 4ed9ae802049cce2f3589e1eb33dc3f2f6844795..5ccd32d66cd47bda4d54ca73538f333db7a755ef 100644 |
--- a/Source/core/page/scrolling/ScrollState.cpp |
+++ b/Source/core/page/scrolling/ScrollState.cpp |
@@ -55,7 +55,7 @@ void ScrollState::consumeDelta(double x, double y, ExceptionState& exceptionStat |
void ScrollState::distributeToScrollChainDescendant() |
{ |
if (!m_scrollChain.isEmpty()) |
- m_scrollChain.takeFirst()->distributeScroll(*this); |
+ m_scrollChain.takeFirst()->callDistributeScroll(*this); |
} |
void ScrollState::consumeDeltaNative(double x, double y) |