Chromium Code Reviews| Index: Source/web/WebInputEvent.cpp |
| diff --git a/Source/web/WebInputEvent.cpp b/Source/web/WebInputEvent.cpp |
| index a8f3c18cec6b52c843c7e0e8a91e7a14fa5aad28..727b58b2325bfc95540ffbea7b973d90aec2ee7d 100644 |
| --- a/Source/web/WebInputEvent.cpp |
| +++ b/Source/web/WebInputEvent.cpp |
| @@ -43,7 +43,7 @@ struct SameSizeAsWebInputEvent { |
| }; |
| struct SameSizeAsWebKeyboardEvent : public SameSizeAsWebInputEvent { |
| - int keyboardData[13]; |
| + int keyboardData[14]; |
| }; |
| struct SameSizeAsWebMouseEvent : public SameSizeAsWebInputEvent { |