Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 57856c13c0377b9e33f4f4f7d916ae9c263a1043..1a8a9b61aaf6b4d463017f28d4c98d5da454b49d 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -2722,8 +2722,6 @@ void Heap::CreateInitialObjects() { |
#undef SYMBOL_INIT |
} |
- CreateFixedStubs(); |
- |
// Allocate the dictionary of intrinsic function names. |
Handle<NameDictionary> intrinsic_names = |
NameDictionary::New(isolate(), Runtime::kNumFunctions, TENURED); |
@@ -2865,6 +2863,8 @@ void Heap::CreateInitialObjects() { |
// Initialize compilation cache. |
isolate_->compilation_cache()->Clear(); |
+ |
+ CreateFixedStubs(); |
} |