| Index: Source/web/WebInputEvent.cpp
|
| diff --git a/Source/web/WebInputEvent.cpp b/Source/web/WebInputEvent.cpp
|
| index 66865fd5f3fe9557af54fb91eb4c5de1f800ad18..c5ac207133689fd0bc9d110d78faf05866549af6 100644
|
| --- a/Source/web/WebInputEvent.cpp
|
| +++ b/Source/web/WebInputEvent.cpp
|
| @@ -60,7 +60,7 @@ struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
|
|
|
| struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
|
| WebTouchPoint touchPoints[WebTouchEvent::touchesLengthCap];
|
| - int touchData[2];
|
| + int touchData[3];
|
| };
|
|
|
| COMPILE_ASSERT(sizeof(WebInputEvent) == sizeof(SameSizeAsWebInputEvent), WebInputEvent_has_gaps);
|
|
|