Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index 20b0fc759bae4afa6d5ce6acfeb7dd1ec0086273..cf94706520d2f444bd4f8460a4b2a0fae1626551 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -200,6 +200,7 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo |
m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas; |
m_canScroll = e.canScroll; |
+ m_railMode = static_cast<PlatformWheelEventRailMode>(e.railMode); |
#if OS(MACOSX) |
m_phase = static_cast<PlatformWheelEventPhase>(e.phase); |
m_momentumPhase = static_cast<PlatformWheelEventPhase>(e.momentumPhase); |