Chromium Code Reviews| Index: third_party/WebKit/Source/modules/gamepad/GamepadEventInit.idl |
| diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadEventInit.idl b/third_party/WebKit/Source/modules/gamepad/GamepadEventInit.idl |
| index 3bccf6c8491721d41762f0785b7d16d7a4407ec3..01ec0f8e95eddfbb013251215503c72fc21a0ca1 100644 |
| --- a/third_party/WebKit/Source/modules/gamepad/GamepadEventInit.idl |
| +++ b/third_party/WebKit/Source/modules/gamepad/GamepadEventInit.idl |
| @@ -8,5 +8,5 @@ dictionary GamepadEventInit : EventInit { |
| // TODO(foolip): |gamepad| should be required and not nullable. |
|
foolip
2016/12/13 22:43:24
I think that the whole set of changes around gamep
lunalu1
2016/12/14 11:04:24
Done.
|
| // https://crbug.com/647693 |
| // https://github.com/w3c/gamepad/issues/35 |
| - Gamepad? gamepad; |
| + Gamepad gamepad; |
| }; |