| Index: runtime/vm/json_stream.cc
|
| diff --git a/runtime/vm/json_stream.cc b/runtime/vm/json_stream.cc
|
| index 725ef488cfabc858819d0d203f526c878bf7189b..b525d7f6ce8f82e36b27444111f6d15abb8fb60f 100644
|
| --- a/runtime/vm/json_stream.cc
|
| +++ b/runtime/vm/json_stream.cc
|
| @@ -94,6 +94,7 @@ void JSONStream::SetupNew(Zone* zone,
|
|
|
| String& string_iterator = String::Handle();
|
| if (option_keys.Length() > 0) {
|
| + ASSERT(option_keys.Length() == option_values.Length());
|
| const char** option_keys_native =
|
| zone->Alloc<const char*>(option_keys.Length());
|
| const char** option_values_native =
|
|
|