| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index 9a11337c0f16c97c44a51972a1fa12d611d37572..f9fd3cc9086b06c18c416954e5b47d203cc3a026 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -728,8 +728,6 @@ Handle<Context> Factory::NewNativeContext() {
|
| context->set_native_context(*context);
|
| context->set_js_array_maps(*undefined_value());
|
| context->set_errors_thrown(Smi::FromInt(0));
|
| - Handle<WeakCell> weak_cell = NewWeakCell(context);
|
| - context->set_self_weak_cell(*weak_cell);
|
| DCHECK(context->IsNativeContext());
|
| return context;
|
| }
|
|
|