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