| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 0e7b6d55d1521965efb3c4b7a04974e66c19d3cd..111c1ac01e0b0cc64329f2076ddfe9e2b32fd006 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -2239,7 +2239,7 @@ bool Isolate::Init(Deserializer* des) {
|
| InitializeThreadLocal();
|
|
|
| bootstrapper_->Initialize(create_heap_objects);
|
| - builtins_.SetUp(create_heap_objects);
|
| + builtins_.SetUp(this, create_heap_objects);
|
|
|
| // Only preallocate on the first initialization.
|
| if (FLAG_preallocate_message_memory && preallocated_message_space_ == NULL) {
|
|
|