| Index: Source/web/WebInputEvent.cpp
|
| diff --git a/Source/web/WebInputEvent.cpp b/Source/web/WebInputEvent.cpp
|
| index 206f2de33fdf19d7066258f10ebbafe26e35823c..2e2871a4dceccbf5ef88637d31837d4e311cb02e 100644
|
| --- a/Source/web/WebInputEvent.cpp
|
| +++ b/Source/web/WebInputEvent.cpp
|
| @@ -59,8 +59,8 @@ struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
|
| };
|
|
|
| struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
|
| - WebTouchPoint touchPoints[3 * WebTouchEvent::touchesLengthCap];
|
| - int touchData[4];
|
| + WebTouchPoint touchPoints[2 * WebTouchEvent::touchesLengthCap];
|
| + int touchData[3];
|
| };
|
|
|
| COMPILE_ASSERT(sizeof(WebInputEvent) == sizeof(SameSizeAsWebInputEvent), WebInputEvent_has_gaps);
|
|
|