| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index d18576486dad7ae670db5cad69ef57648b308533..c609e578d4353f976932632ff301429d457dcbf6 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2133,8 +2133,6 @@ 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",
|
|
|