| Index: src/liveedit.cc
|
| diff --git a/src/liveedit.cc b/src/liveedit.cc
|
| index a01e5023002002fcea987619285d25ce63a93ffa..f4e91a85085f86c85a16dc2bcddd3bfa87f628f3 100644
|
| --- a/src/liveedit.cc
|
| +++ b/src/liveedit.cc
|
| @@ -1835,7 +1835,7 @@ static const char* DropActivationsInActiveThreadImpl(
|
| TARGET& target, bool do_drop, Zone* zone) {
|
| Isolate* isolate = Isolate::Current();
|
| Debug* debug = isolate->debug();
|
| - ZoneScope scope(zone, DELETE_ON_EXIT);
|
| + ZoneScope scope(zone);
|
| Vector<StackFrame*> frames = CreateStackMap(isolate, zone);
|
|
|
|
|
|
|