| 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 c16c384c87d0ca8548e96c43686d217daf01b988..76c0cdac19f69f309adf96579e8e54726ee18c8f 100644
|
| --- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
|
| @@ -32,6 +32,7 @@ interface ConformanceTestInterface {
|
| Method3(bool[] param0);
|
| Method4(StructC param0, uint8[] param1);
|
| Method5(StructE param0, handle<data_pipe_producer> param1);
|
| + Method6(uint8[][] param0);
|
| };
|
|
|
| struct BasicStruct {
|
|
|