| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index d5d1128e49affbfb251df6c441f1dbc41e01eb70..2e4989e49905c2b6376c172a936096d7da169d51 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -4977,7 +4977,7 @@ MaybeObject* Heap::AllocateModuleContext(ScopeInfo* scope_info) {
|
| }
|
| Context* context = reinterpret_cast<Context*>(result);
|
| context->set_map_no_write_barrier(module_context_map());
|
| - // Context links will be set later.
|
| + // Instance link will be set later.
|
| context->set_extension(Smi::FromInt(0));
|
| return context;
|
| }
|
|
|