| Index: runtime/vm/thread.cc
|
| diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
|
| index 23639d90f0a6c34966f6f195028165c935c36e43..765ed26213dbaa22efa19cea31c7f4e60decbc10 100644
|
| --- a/runtime/vm/thread.cc
|
| +++ b/runtime/vm/thread.cc
|
| @@ -211,7 +211,7 @@ void Thread::InitVMConstants() {
|
| void Thread::PrintJSON(JSONStream* stream) const {
|
| JSONObject jsobj(stream);
|
| jsobj.AddProperty("type", "_Thread");
|
| - jsobj.AddPropertyF("id", "threads/%" Pd64 "",
|
| + jsobj.AddPropertyF("id", "threads/%" Pd "",
|
| OSThread::ThreadIdToIntPtr(os_thread()->trace_id()));
|
| Zone* zone = zone_;
|
| {
|
|
|