Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index f102142cb35dd03333fc261cc34421622ec83a47..22fe7463bf0486936b05d94c503bf94374887ad5 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -693,7 +693,6 @@ bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event) |
m_client->cancelScheduledContentIntents(); |
case WebInputEvent::GestureScrollEnd: |
case WebInputEvent::GestureScrollUpdate: |
- case WebInputEvent::GestureScrollUpdateWithoutPropagation: |
case WebInputEvent::GesturePinchEnd: |
case WebInputEvent::GesturePinchUpdate: |
case WebInputEvent::GestureFlingStart: |