| Index: src/debug/liveedit.cc
|
| diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
|
| index 393d142093ab77b9acec964f657bee1afa5cdf0c..78ed6f157a601d7afd1bd1d736ec96c81f2fa568 100644
|
| --- a/src/debug/liveedit.cc
|
| +++ b/src/debug/liveedit.cc
|
| @@ -1700,7 +1700,7 @@ static const char* DropActivationsInActiveThreadImpl(Isolate* isolate,
|
| TARGET& target, // NOLINT
|
| bool do_drop) {
|
| Debug* debug = isolate->debug();
|
| - Zone zone;
|
| + Zone zone(isolate->allocator());
|
| Vector<StackFrame*> frames = CreateStackMap(isolate, &zone);
|
|
|
|
|
|
|