| Index: third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| index 95f28f6b625006140e340a5ff29d4fbfd224de37..33a1170add150eafd9c28a23f38a7e9b177e6c97 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| +++ b/third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl
|
| @@ -8,6 +8,6 @@
|
| GarbageCollected,
|
| RuntimeEnabled=WebUSB,
|
| ] interface USBInTransferResult {
|
| - readonly attribute ArrayBuffer data;
|
| + readonly attribute DataView data;
|
| readonly attribute USBTransferStatus status;
|
| };
|
|
|