| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index ea25bdb69869208c12021b3c6ba1bf4e663efd56..1e7aa1a012094ab9513b816a8e93db52a10bd23e 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -2588,6 +2588,7 @@ void Heap::CreateFixedStubs() {
|
| // Stub creation mixes raw pointers and handles in an unsafe manner so
|
| // we cannot create stubs while we are creating stubs.
|
| CodeStub::GenerateStubsAheadOfTime(isolate());
|
| + BoomStub::GenerateAheadOfTime(isolate());
|
|
|
| // MacroAssembler::Abort calls (usually enabled with --debug-code) depend on
|
| // CEntryStub, so we need to call GenerateStubsAheadOfTime before JSEntryStub
|
|
|