| Index: runtime/vm/json_stream.h
|
| diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
|
| index a6ae55f5896864b58b2db39121d15b3ebbd15fb6..78f6fdd0e09ed4b39499f950e26336472f7c3a2e 100644
|
| --- a/runtime/vm/json_stream.h
|
| +++ b/runtime/vm/json_stream.h
|
| @@ -172,6 +172,9 @@ class JSONStream : ValueObject {
|
|
|
| intptr_t nesting_level() const { return open_objects_; }
|
|
|
| + // Debug only fatal assertion.
|
| + static void EnsureIntegerIsRepresentableInJavaScript(int64_t i);
|
| +
|
| intptr_t open_objects_;
|
| TextBuffer buffer_;
|
| // Default service id zone.
|
|
|