| Index: mojo/bindings/js/codec_unittests.js
|
| diff --git a/mojo/bindings/js/codec_unittests.js b/mojo/bindings/js/codec_unittests.js
|
| index c6172ef2f186ab1e08b589b1fc24582907cfe627..6a223ffe89b0222d0185e03a6eee81d461021959 100644
|
| --- a/mojo/bindings/js/codec_unittests.js
|
| +++ b/mojo/bindings/js/codec_unittests.js
|
| @@ -84,6 +84,9 @@ define([
|
| foo.name = "I am a banana";
|
| // This is supposed to be a handle, but we fake it with an integer.
|
| foo.source = 23423782;
|
| + foo.array_of_array_of_bools = [
|
| + [true], [false, true]
|
| + ];
|
|
|
| var messageName = 31;
|
| var payloadSize = 304;
|
|
|