Index: Source/core/input/EventHandler.h |
diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h |
index 04cbb77039288822dcd6714328c264bb97fda20c..923da315af6a811d25aafb6399c9516d130a10a9 100644 |
--- a/Source/core/input/EventHandler.h |
+++ b/Source/core/input/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; |