| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| index 8d74751f19e5d810fd8f8d9a424cc3aa24d4a6db..0e64ffd21506918ffdcf8821811629de9153b628 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| @@ -37,7 +37,7 @@ using WebBluetoothGetCharacteristicCallbacks = WebCallbacks<WebPassOwnPtr<WebBlu
|
| using WebBluetoothReadValueCallbacks = WebCallbacks<const WebVector<uint8_t>&, const WebBluetoothError&>;
|
|
|
| // Success and failure callbacks for writeValue.
|
| -using WebBluetoothWriteValueCallbacks = WebCallbacks<void, const WebBluetoothError&>;
|
| +using WebBluetoothWriteValueCallbacks = WebCallbacks<const WebVector<uint8_t>&, const WebBluetoothError&>;
|
|
|
| // Success and failure callbacks for characteristic.startNotifications and
|
| // characteristic.stopNotifications.
|
|
|