| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 8a176cf99a42efc3c6f2481fde24c193902c2205..b1ae9728f7bc2a5306924d4620bc16fe014e4edd 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1116,6 +1116,8 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object,
|
| Isolate* isolate = global_object->GetIsolate();
|
| Factory* factory = isolate->factory();
|
|
|
| + native_context()->set_osrd_function_table(*factory->empty_fixed_array());
|
| +
|
| Handle<ScriptContextTable> script_context_table =
|
| factory->NewScriptContextTable();
|
| native_context()->set_script_context_table(*script_context_table);
|
|
|