| Index: mojo/public/c/bindings/lib/type_descriptor.c
|
| diff --git a/mojo/public/c/bindings/lib/type_descriptor.c b/mojo/public/c/bindings/lib/type_descriptor.c
|
| index 34d577aa3dc4c308c7a19eae2bc73325fe7574b4..336b522e09a4c62befe9c5247a9174b916c1d1ed 100644
|
| --- a/mojo/public/c/bindings/lib/type_descriptor.c
|
| +++ b/mojo/public/c/bindings/lib/type_descriptor.c
|
| @@ -15,11 +15,11 @@
|
| #include "mojo/public/c/bindings/union.h"
|
|
|
| const struct MojomTypeDescriptorArray g_mojom_string_type_description = {
|
| - MOJOM_TYPE_DESCRIPTOR_TYPE_POD, // elem_type
|
| - NULL, // elem_descriptor
|
| - 0, // num_elements
|
| - 8, // elem_num_bits
|
| - false, // nullable
|
| + .elem_type = MOJOM_TYPE_DESCRIPTOR_TYPE_POD,
|
| + .elem_descriptor = NULL,
|
| + .num_elements = 0,
|
| + .elem_num_bits = 8,
|
| + .nullable = false,
|
| };
|
|
|
| // The encoding of a MojoHandle is an index into an array of Handles. A
|
|
|