| Index: mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| index fea53431e1f0cfc65428d119c36e7215c52b3184..4452767f8279acc73f9db49d4fb205fdad4825f1 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/test_structs.mojom
|
| @@ -136,9 +136,7 @@ struct MapValueTypes {
|
| map<string, array<string, 2>> f3;
|
| map<string, array<array<string, 2>?>> f4;
|
| map<string, array<array<string, 2>, 1>> f5;
|
| - /* Disabled until Java bindings worked correctly.
|
| map<string, Rect?> f6;
|
| map<string, map<string, string>> f7;
|
| map<string, array<map<string, string>>> f8;
|
| - */
|
| };
|
|
|