| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index fafcb64d370a8ba6c11f87dd4c882456ea903cec..f71d9cc8f836e2f13f1bcb9fc35df5f1d03a649e 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -2836,13 +2836,6 @@ bool Heap::CreateInitialObjects() {
|
| }
|
| hidden_string_ = String::cast(obj);
|
|
|
| - // Allocate the foreign for __proto__.
|
| - { MaybeObject* maybe_obj =
|
| - AllocateForeign((Address) &Accessors::ObjectPrototype);
|
| - if (!maybe_obj->ToObject(&obj)) return false;
|
| - }
|
| - set_prototype_accessors(Foreign::cast(obj));
|
| -
|
| // Allocate the code_stubs dictionary. The initial size is set to avoid
|
| // expanding the dictionary during bootstrapping.
|
| { MaybeObject* maybe_obj = UnseededNumberDictionary::Allocate(this, 128);
|
|
|