| Index: third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp b/third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp
|
| index 636be5a409bb717a5301a55a8a0ad40f016bac81..4f660e05a82ed295dc50ff49a51d83c563da11c1 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp
|
| +++ b/third_party/WebKit/Source/platform/mojo/BluetoothStructTraits.cpp
|
| @@ -9,6 +9,13 @@
|
| namespace mojo {
|
|
|
| // static
|
| +bool StructTraits<::blink::mojom::WebBluetoothDeviceIdDataView, WTF::String>::
|
| + Read(::blink::mojom::WebBluetoothDeviceIdDataView data,
|
| + WTF::String* output) {
|
| + return data.ReadDeviceId(output);
|
| +}
|
| +
|
| +// static
|
| bool StructTraits<bluetooth::mojom::UUIDDataView, WTF::String>::Read(
|
| bluetooth::mojom::UUIDDataView data,
|
| WTF::String* output) {
|
|
|