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