| Index: runtime/vm/json_stream.cc
|
| ===================================================================
|
| --- runtime/vm/json_stream.cc (revision 36729)
|
| +++ runtime/vm/json_stream.cc (working copy)
|
| @@ -36,8 +36,8 @@
|
| void JSONStream::Setup(Zone* zone,
|
| Dart_Port reply_port,
|
| const GrowableObjectArray& path,
|
| - const GrowableObjectArray& option_keys,
|
| - const GrowableObjectArray& option_values) {
|
| + const Array& option_keys,
|
| + const Array& option_values) {
|
| set_reply_port(reply_port);
|
|
|
| // Setup JSONStream arguments and options. The arguments and options
|
|
|