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 6e3af3799bd572b755fbebd8a1d133ac7be036f1..b09e8936eb41ad36716e6a530888e55a15f16f66 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. |