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

Unified Diff: Source/modules/gamepad/GamepadList.idl

Issue 337343002: IDL: make optional arguments (without default) explicit sometimes Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-default-arguments-next
Patch Set: Created 6 years, 4 months 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: Source/modules/gamepad/GamepadList.idl
diff --git a/Source/modules/gamepad/GamepadList.idl b/Source/modules/gamepad/GamepadList.idl
index 03602d47420a16a1bfec206fd7ac74937d22e8c0..3c005b8438e691691fd2ad84c7fbd44174953eb9 100644
--- a/Source/modules/gamepad/GamepadList.idl
+++ b/Source/modules/gamepad/GamepadList.idl
@@ -28,5 +28,5 @@
GarbageCollected,
] interface GamepadList {
readonly attribute unsigned long length;
- getter Gamepad item([Default=Undefined] optional unsigned long index);
+ getter Gamepad item(optional unsigned long index);
};
« no previous file with comments | « Source/modules/filesystem/InspectorFileSystemAgent.cpp ('k') | Source/modules/gamepad/WebKitGamepadList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698