| Index: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| index 6a6b6e25c076b329d025f3225749e34cfd3aee0d..2fb0d949b3e14d8b30c3cea7a731c84095aadb0d 100644
|
| --- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| @@ -91,6 +91,7 @@ interface ConformanceTestInterface {
|
| Method17(array<InterfaceA> param0);
|
| Method18(UnionA? param0);
|
| Method19(Recursive recursive);
|
| + Method20(map<StructB, uint8> param0);
|
| };
|
|
|
| struct BasicStruct {
|
|
|