Chromium Code Reviews| Index: runtime/vm/json_stream.h |
| diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h |
| index 81b3272167c9dfa49919a0dc58e8692368cf0840..50a9e2362b603b511d7d8eab68c9b9612394cab6 100644 |
| --- a/runtime/vm/json_stream.h |
| +++ b/runtime/vm/json_stream.h |
| @@ -92,6 +92,8 @@ class JSONStream : ValueObject { |
| void PrintCommaIfNeeded(); |
| bool NeedComma(); |
| + void AddEscapedUTF8String(const char* s); |
| + |
| intptr_t nesting_level() const { return open_objects_; } |
| intptr_t open_objects_; |