Index: Source/core/page/EventHandler.h |
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h |
index a2314445140e2e5224e4b092500258fd976636db..8c9be8df8ee851dccbf23bd455a6513723e4e757 100644 |
--- a/Source/core/page/EventHandler.h |
+++ b/Source/core/page/EventHandler.h |
@@ -230,7 +230,7 @@ private: |
bool handleGestureLongTap(const GestureEventWithHitTestResults&); |
bool handleGestureScrollUpdate(const PlatformGestureEvent&); |
bool handleGestureScrollBegin(const PlatformGestureEvent&); |
- void clearGestureScrollNodes(); |
+ void clearGestureScrollState(); |
bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const; |