| Index: runtime/vm/json_stream.h
|
| diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
|
| index eec69b0f020bb440184328d1fecfbcd04a2875a7..f331c912f60fddb962552dbbcf390c1e1a7518c4 100644
|
| --- a/runtime/vm/json_stream.h
|
| +++ b/runtime/vm/json_stream.h
|
| @@ -97,7 +97,7 @@ class JSONStream : ValueObject {
|
| TextBuffer* buffer() { return &buffer_; }
|
| const char* ToCString() { return buffer_.buf(); }
|
|
|
| - void Steal(const char** buffer, intptr_t* buffer_length);
|
| + void Steal(char** buffer, intptr_t* buffer_length);
|
|
|
| void set_reply_port(Dart_Port port);
|
|
|
|
|