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