| Index: src/bootstrapper.cc | 
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc | 
| index d69ab5b1c9657a9aa744ca74fab8c8d4c2250eff..6deaeb8e8061f56a1ea7e3b66387edda9521fe79 100644 | 
| --- a/src/bootstrapper.cc | 
| +++ b/src/bootstrapper.cc | 
| @@ -2130,6 +2130,8 @@ void Genesis::InitializeGlobal_harmony_reflect() { | 
| Builtins::kReflectHas, 2, true); | 
| SimpleInstallFunction(reflect, "isExtensible", | 
| Builtins::kReflectIsExtensible, 1, true); | 
| +  SimpleInstallFunction(reflect, "ownKeys", | 
| +                        Builtins::kReflectOwnKeys, 1, true); | 
| SimpleInstallFunction(reflect, "preventExtensions", | 
| Builtins::kReflectPreventExtensions, 1, true); | 
| SimpleInstallFunction(reflect, "set", | 
|  |