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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBInterface.idl

Issue 2758683004: Match WebUSB specification on use of FrozenArray for attributes. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/modules/webusb/USBInterface.idl
diff --git a/third_party/WebKit/Source/modules/webusb/USBInterface.idl b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
index 08e26c629eef9c3431ddd3326a535689410d5a09..4771689f47f439590c7c91f804f0f7472249effc 100644
--- a/third_party/WebKit/Source/modules/webusb/USBInterface.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBInterface.idl
@@ -11,6 +11,6 @@
] interface USBInterface {
readonly attribute octet interfaceNumber;
readonly attribute USBAlternateInterface? alternate;
- readonly attribute sequence<USBAlternateInterface> alternates;
+ readonly attribute FrozenArray<USBAlternateInterface> alternates;
readonly attribute boolean claimed;
};

Powered by Google App Engine
This is Rietveld 408576698