| Index: src/bootstrapper.cc
 | 
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
 | 
| index e503e1a2852e6e8e5d696dcad2c73c7fe1b63a36..cfe228a8e7ba9ed3f5afbcb8d874a66e9fc0f82e 100644
 | 
| --- a/src/bootstrapper.cc
 | 
| +++ b/src/bootstrapper.cc
 | 
| @@ -1129,7 +1129,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object,
 | 
|      SimpleInstallFunction(object_function, factory->assign_string(),
 | 
|                            Builtins::kObjectAssign, 2, false);
 | 
|      SimpleInstallFunction(object_function, factory->create_string(),
 | 
| -                          Builtins::kObjectCreate, 2, false);
 | 
| +                          Builtins::kObjectCreate, 2, true);
 | 
|      SimpleInstallFunction(object_function, "getOwnPropertyDescriptor",
 | 
|                            Builtins::kObjectGetOwnPropertyDescriptor, 2, false);
 | 
|      SimpleInstallFunction(object_function, "getOwnPropertyNames",
 | 
| 
 |