diff --git a/dom/events/EventStateManager.cpp b/dom/events/EventStateManager.cpp index 868bee1a36..e16d68c81a 100644 --- a/dom/events/EventStateManager.cpp +++ b/dom/events/EventStateManager.cpp @@ -3245,6 +3245,7 @@ EventStateManager::PostHandleEvent(nsPresContext* aPresContext, double deltaX = wheelEvent->mDeltaX; wheelEvent->mDeltaX = wheelEvent->mDeltaY; wheelEvent->mDeltaY = deltaX; + } case WheelPrefs::ACTION_SCROLL: { // For scrolling of default action, we should honor the mouse wheel // transaction.