| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index cbf98c230e6416400c4a53ff75908001faba4d17..3c9a89999a7bb52191dcb2b63ea69f2bdf498eb1 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -2925,7 +2925,7 @@
|
| DCHECK(detached_contexts->get(i + 1)->IsWeakCell());
|
| WeakCell* cell = WeakCell::cast(detached_contexts->get(i + 1));
|
| if (mark_sweeps > 3) {
|
| - PrintF("detached context %p\n survived %d GCs (leak?)\n",
|
| + PrintF("detached context 0x%p\n survived %d GCs (leak?)\n",
|
| static_cast<void*>(cell->value()), mark_sweeps);
|
| }
|
| }
|
|
|