| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index c47854cf1b1bfc184fa1e43c8589cc924b0a7ccb..bdc481643ea57e7ff33d7d2b32851870d67b2d6c 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -596,11 +596,8 @@
|
| Handle<String> source = factory->NewStringFromStaticChars("() {}");
|
| Handle<Script> script = factory->NewScript(source);
|
| script->set_type(Script::TYPE_NATIVE);
|
| - Handle<FixedArray> infos = factory->NewFixedArray(2);
|
| - script->set_shared_function_infos(*infos);
|
| empty_function->shared()->set_start_position(0);
|
| empty_function->shared()->set_end_position(source->length());
|
| - empty_function->shared()->set_function_literal_id(1);
|
| empty_function->shared()->DontAdaptArguments();
|
| SharedFunctionInfo::SetScript(handle(empty_function->shared()), script);
|
|
|
|
|