| Index: runtime/vm/json_stream.h
|
| diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
|
| index f467eea292dd90f2e5ac21e4f52ab827ba316745..710dbd1f0e3c4b9697dc33e41d828ed274bd5057 100644
|
| --- a/runtime/vm/json_stream.h
|
| +++ b/runtime/vm/json_stream.h
|
| @@ -123,6 +123,9 @@ class JSONStream : ValueObject {
|
| intptr_t* offset,
|
| intptr_t* count);
|
|
|
| + // Append |serialized_object| to the stream.
|
| + void AppendSerializedObject(const char* serialized_object);
|
| +
|
| private:
|
| void Clear();
|
| void PostNullReply(Dart_Port port);
|
|
|