Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index 1fa3ef12377eccd97dc053e31dd96266d4320402..e840073bdfc177a59997180e733f9d6b34a662a9 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -154,6 +154,7 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo |
m_modifiers |= PlatformEvent::MetaKey; |
m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas; |
+ m_suppressScroll = e.suppressScroll; |
#if OS(MACOSX) |
m_phase = static_cast<PlatformWheelEventPhase>(e.phase); |
m_momentumPhase = static_cast<PlatformWheelEventPhase>(e.momentumPhase); |