Chromium Code Reviews| Index: src/gdb-jit.cc |
| diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc |
| index 5717a960793b2506b4e51b8c4e2b1b35c8956fa6..c9b0169db948c825fcc69cc928cd1459c5a6a768 100644 |
| --- a/src/gdb-jit.cc |
| +++ b/src/gdb-jit.cc |
| @@ -1917,7 +1917,7 @@ static void UnregisterCodeEntry(JITCodeEntry* entry) { |
| static JITCodeEntry* CreateELFObject(CodeDescription* desc, Zone* zone) { |
| - ZoneScope zone_scope(zone, DELETE_ON_EXIT); |
| + ZoneScope zone_scope(zone); |
| #ifdef __MACH_O |
| MachO mach_o; |
| Writer w(&mach_o); |