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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBConfiguration.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/USBConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl b/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl
index d0e25a2a6376746fbbc28948eaa2e3215b3cdd3a..09b75bf74e2892966489672fd7f7d60dafda0210 100644
--- a/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBConfiguration.idl
@@ -11,5 +11,5 @@
] interface USBConfiguration {
readonly attribute octet configurationValue;
readonly attribute DOMString? configurationName;
- readonly attribute sequence<USBInterface> interfaces;
+ readonly attribute FrozenArray<USBInterface> interfaces;
};

Powered by Google App Engine
This is Rietveld 408576698