| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 850794d8968e1919ecbbb592cac95f5fd5777dd5..8a99df68e194ea1de819b66d66a98b0b14159207 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -672,7 +672,6 @@ Handle<JSFunction> Genesis::GetThrowTypeErrorIntrinsic(
|
| Handle<Code> code(isolate()->builtins()->builtin(builtin_name));
|
| Handle<JSFunction> function =
|
| factory()->NewFunctionWithoutPrototype(name, code);
|
| - function->set_map(native_context()->sloppy_function_map());
|
| function->shared()->DontAdaptArguments();
|
|
|
| // %ThrowTypeError% must not have a name property.
|
|
|