Chromium Code Reviews| 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..607319eed3630ab32b0711325fab7dadb1e2ed8d 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, StructB> param0); |
|
yzshen1
2016/09/20 23:44:40
Will this break the current Java/JS bindings? You
tibell
2016/09/21 07:10:53
Done.
|
| }; |
| struct BasicStruct { |