| Index: src/bootstrapper.cc
|
| ===================================================================
|
| --- src/bootstrapper.cc (revision 8462)
|
| +++ src/bootstrapper.cc (working copy)
|
| @@ -814,7 +814,6 @@
|
| // --- 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);
|
|
|