| Index: src/builtins.cc
|
| diff --git a/src/builtins.cc b/src/builtins.cc
|
| index 28c4a7829c3c586b48d65084b35ae21587903f8b..bebb641912f2f16370f2fb86265c52fb8f5e9362 100644
|
| --- a/src/builtins.cc
|
| +++ b/src/builtins.cc
|
| @@ -1635,6 +1635,7 @@ void Builtins::SetUp(Isolate* isolate, bool create_heap_objects) {
|
| // Log the event and add the code to the builtins array.
|
| PROFILE(isolate,
|
| CodeCreateEvent(Logger::BUILTIN_TAG, *code, functions[i].s_name));
|
| + isolate->CodeCreateEvent(*code, functions[i].s_name);
|
| GDBJIT(AddCode(GDBJITInterface::BUILTIN, functions[i].s_name, *code));
|
| builtins_[i] = *code;
|
| #ifdef ENABLE_DISASSEMBLER
|
|
|