Index: mojo/public/interfaces/bindings/tests/test_unions.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/test_unions.mojom b/mojo/public/interfaces/bindings/tests/test_unions.mojom |
index 788a3951bd7fb6d9e3292763cba75493900b395b..6c573bce1404ae75e8753272e22668fdedadaca7 100644 |
--- a/mojo/public/interfaces/bindings/tests/test_unions.mojom |
+++ b/mojo/public/interfaces/bindings/tests/test_unions.mojom |
@@ -55,8 +55,10 @@ struct SmallStruct { |
DummyStruct? dummy_struct; |
PodUnion? pod_union; |
array<PodUnion>? pod_union_array; |
+ array<PodUnion?>? nullable_pod_union_array; |
array<DummyStruct>? s_array; |
map<string, PodUnion>? pod_union_map; |
+ map<string, PodUnion?>? nullable_pod_union_map; |
}; |
struct SmallStructNonNullableUnion { |