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

Unified Diff: third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.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
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.idl
diff --git a/third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.idl b/third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.idl
index 507af62ac4e011875a05365c7ff9cb279e7827a7..fa77891da900a9e92b38f3af52df3513468549ad 100644
--- a/third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.idl
+++ b/third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.idl
@@ -8,5 +8,5 @@
OriginTrialEnabled=WebUSB,
Constructor(sequence<USBIsochronousOutTransferPacket> packets)
] interface USBIsochronousOutTransferResult {
- readonly attribute sequence<USBIsochronousOutTransferPacket> packets;
+ readonly attribute FrozenArray<USBIsochronousOutTransferPacket> packets;
};
« no previous file with comments | « third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698