| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 2ca379f006775f767a78c5edc1936956e1c0f30b..8e34b9cf50c075936f6e920a7f3ff0059b5b3d1b 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -814,7 +814,6 @@ void Genesis::InitializeGlobal(Handle<GlobalObject> inner_global,
|
| // --- G l o b a l C o n t e x t ---
|
| // Use the empty function as closure (no scope info).
|
| global_context()->set_closure(*empty_function);
|
| - global_context()->set_fcontext(*global_context());
|
| global_context()->set_previous(NULL);
|
| // Set extension and global object.
|
| global_context()->set_extension(*inner_global);
|
|
|