Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index e2622c54f695841a50e40473356a92a25aedc5ad..a3fb395bb7d95016b628b09d9444b342be303dcb 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -493,8 +493,7 @@ Handle<JSFunction> Genesis::CreateEmptyFunction(Isolate* isolate) { |
Handle<Foreign> object_prototype( |
factory->NewForeign(&Accessors::ObjectPrototype)); |
- PropertyAttributes attribs = static_cast<PropertyAttributes>( |
- DONT_ENUM | DONT_DELETE); |
+ PropertyAttributes attribs = static_cast<PropertyAttributes>(DONT_ENUM); |
object_prototype_map->set_instance_descriptors(*prototype_descriptors); |
{ // Add __proto__. |