| Index: test/cctest/test-liveedit.cc
|
| diff --git a/test/cctest/test-liveedit.cc b/test/cctest/test-liveedit.cc
|
| index 2c89a387dc900468d8d05d019d9f1f229e949aea..1cb38b4175574c3ac1af7d217745d68447289283 100644
|
| --- a/test/cctest/test-liveedit.cc
|
| +++ b/test/cctest/test-liveedit.cc
|
| @@ -96,7 +96,7 @@ void CompareStringsOneWay(const char* s1, const char* s2,
|
| int expected_diff_parameter = -1) {
|
| StringCompareInput input(s1, s2);
|
|
|
| - ZoneScope zone_scope(Isolate::Current()->runtime_zone(), DELETE_ON_EXIT);
|
| + ZoneScope zone_scope(Isolate::Current()->runtime_zone());
|
|
|
| DiffChunkStruct* first_chunk;
|
| ListDiffOutputWriter writer(&first_chunk);
|
|
|