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