| Index: src/builtins.cc
|
| diff --git a/src/builtins.cc b/src/builtins.cc
|
| index 94ff13e072036dc164141e3f75a91710bce84c3d..eb5513e5c56ef7eb30cd6b08b581d7ee81534896 100644
|
| --- a/src/builtins.cc
|
| +++ b/src/builtins.cc
|
| @@ -1635,7 +1635,6 @@ 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));
|
| - GDBJIT(AddCode(GDBJITInterface::BUILTIN, functions[i].s_name, *code));
|
| builtins_[i] = *code;
|
| #ifdef ENABLE_DISASSEMBLER
|
| if (FLAG_print_builtin_code) {
|
|
|