Index: Source/WebCore/page/EventHandler.h |
diff --git a/Source/WebCore/page/EventHandler.h b/Source/WebCore/page/EventHandler.h |
index 7e6e3d8ba3c09f77a544cb2f9e8df87d7c49643e..6b3ff69fd84a416788dfde0431be6f28992d024d 100644 |
--- a/Source/WebCore/page/EventHandler.h |
+++ b/Source/WebCore/page/EventHandler.h |
@@ -320,7 +320,6 @@ private: |
#if ENABLE(GESTURE_EVENTS) |
bool handleGestureTapDown(); |
- bool handleGestureForTextSelectionOrContextMenu(const PlatformGestureEvent&); |
bool passGestureEventToWidget(const PlatformGestureEvent&, Widget*); |
bool passGestureEventToWidgetIfPossible(const PlatformGestureEvent&, RenderObject*); |
bool sendScrollEventToView(const PlatformGestureEvent&, const FloatSize&); |