| Index: src/deoptimizer.cc
|
| diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
|
| index c489e701e1ce47dd9891dead803a6e0434cdb947..3ba8ce04556b839fb92e136e5a80caa08e21a645 100644
|
| --- a/src/deoptimizer.cc
|
| +++ b/src/deoptimizer.cc
|
| @@ -276,7 +276,7 @@ void Deoptimizer::DeoptimizeMarkedCodeForContext(Context* context) {
|
|
|
| // Move marked code from the optimized code list to the deoptimized
|
| // code list, collecting them into a ZoneList.
|
| - Zone zone(isolate->allocator());
|
| + Zone zone(isolate->allocator(), ZONE_NAME);
|
| ZoneList<Code*> codes(10, &zone);
|
|
|
| // Walk over all optimized code objects in this native context.
|
|
|