| Index: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| index 279384e66a5eeb09df240ddd8e9f99d50dcfe23d..aa83d8d03692516cf8eefe22e8340449af6ca0e5 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
|
| @@ -92,7 +92,7 @@ enum WebBluetoothGATTQueryQuantity {
|
|
|
| struct WebBluetoothDevice {
|
| string id;
|
| - string name;
|
| + string? name;
|
| array<string> uuids;
|
| };
|
|
|
|
|