Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index 6e21fb8a86413ae443c6e80deb55296ac3867003..b61f9ad7e5b6ef8c1293da38536f7531f51c5149 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -124,7 +124,7 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo |
m_wheelTicksY = e.wheelTicksY; |
m_granularity = e.scrollByPage ? |
ScrollByPageWheelEvent : ScrollByPixelWheelEvent; |
- |
+ |
m_type = PlatformEvent::Wheel; |
m_modifiers = 0; |