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