Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 1a763b8035d1eb46a26948b516512d408eb1b3ea..5891869cad82c896e195f19f1c38797acf8949cb 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1100,8 +1100,6 @@ |
native_context()->set_object_freeze(*object_freeze); |
SimpleInstallFunction(object_function, "getOwnPropertyDescriptor", |
Builtins::kObjectGetOwnPropertyDescriptor, 2, false); |
- SimpleInstallFunction(object_function, "getOwnPropertyNames", |
- Builtins::kObjectGetOwnPropertyNames, 1, false); |
SimpleInstallFunction(object_function, "getOwnPropertySymbols", |
Builtins::kObjectGetOwnPropertySymbols, 1, false); |
Handle<JSFunction> object_is_extensible = |