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

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

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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/GamepadList.idl
diff --git a/third_party/WebKit/Source/modules/gamepad/GamepadList.idl b/third_party/WebKit/Source/modules/gamepad/GamepadList.idl
index 08c52f6591b511a6966c1a2f8c3d8cd5149204b4..09442676bcba4b37bb28dacbcd8838177888007f 100644
--- a/third_party/WebKit/Source/modules/gamepad/GamepadList.idl
+++ b/third_party/WebKit/Source/modules/gamepad/GamepadList.idl
@@ -26,6 +26,6 @@
[
NoInterfaceObject,
] interface GamepadList {
- readonly attribute unsigned long length;
- getter Gamepad item([Default=Undefined] optional unsigned long index);
+ [Measure] readonly attribute unsigned long length;
+ [Measure] getter Gamepad item([Default=Undefined] optional unsigned long index);
};

Powered by Google App Engine
This is Rietveld 408576698