Chromium Code Reviews| Index: runtime/vm/json_stream.h |
| diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h |
| index 119e1291915e6af81d2f910452c6421caf003986..65ce7759d706acd12eeab9a31f0b297ae2b939f9 100644 |
| --- a/runtime/vm/json_stream.h |
| +++ b/runtime/vm/json_stream.h |
| @@ -108,6 +108,7 @@ class JSONStream : ValueObject { |
| private: |
| void Clear(); |
| + void PostNullReply(Dart_Port port); |
| void OpenObject(const char* property_name = NULL); |
| void CloseObject(); |