Index: Source/web/WebPopupMenuImpl.cpp |
diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp |
index e992330868481c00b00fd19edafd9a6f3817f511..b045d71d55673cebfa04340911113f8f4c9c8667 100644 |
--- a/Source/web/WebPopupMenuImpl.cpp |
+++ b/Source/web/WebPopupMenuImpl.cpp |
@@ -291,7 +291,6 @@ bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent) |
case WebInputEvent::GestureScrollBegin: |
case WebInputEvent::GestureScrollEnd: |
case WebInputEvent::GestureScrollUpdate: |
- case WebInputEvent::GestureScrollUpdateWithoutPropagation: |
case WebInputEvent::GestureFlingStart: |
case WebInputEvent::GestureFlingCancel: |
case WebInputEvent::GestureTap: |