Index: Source/core/events/GestureEvent.cpp |
diff --git a/Source/core/events/GestureEvent.cpp b/Source/core/events/GestureEvent.cpp |
index 5fcf8f2afa08e94c82201cb33c60ddf273682ae7..857c0d66c9bc8edc972ddafe99cbf62ee959d403 100644 |
--- a/Source/core/events/GestureEvent.cpp |
+++ b/Source/core/events/GestureEvent.cpp |
@@ -41,7 +41,6 @@ PassRefPtrWillBeRawPtr<GestureEvent> GestureEvent::create(PassRefPtrWillBeRawPtr |
case PlatformEvent::GestureScrollEnd: |
eventType = EventTypeNames::gesturescrollend; break; |
case PlatformEvent::GestureScrollUpdate: |
- case PlatformEvent::GestureScrollUpdateWithoutPropagation: |
// Only deltaX/Y are used when converting this |
// back to a PlatformGestureEvent. |
eventType = EventTypeNames::gesturescrollupdate; |