Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: third_party/WebKit/Source/modules/gamepad/GamepadEventInit.idl

Issue 2569663005: Low risk nullable => non-nullable change (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698