Chromium Code Reviews| Index: src/heap/heap.cc |
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
| index 60875dd9fa864464e78a3c1c591354d47ba145bd..215f2b52740e88b1d6340478deec7a0646c7a2d3 100644 |
| --- a/src/heap/heap.cc |
| +++ b/src/heap/heap.cc |
| @@ -2885,8 +2885,6 @@ void Heap::CreateInitialObjects() { |
| // Initialize compilation cache. |
| isolate_->compilation_cache()->Clear(); |
| - |
| - CreateFixedStubs(); |
| } |
| bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) { |