Index: test/cctest/test-liveedit.cc |
diff --git a/test/cctest/test-liveedit.cc b/test/cctest/test-liveedit.cc |
index 6cc6c702141fd4e8cbfb6d39dd4c15e95e97051f..7525676b84a5c1e853ffe3803f4223df27de48dc 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, |
StringCompareInput input(s1, s2); |
v8::internal::AccountingAllocator allocator; |
- Zone zone(&allocator); |
+ Zone zone(&allocator, ZONE_NAME); |
DiffChunkStruct* first_chunk; |
ListDiffOutputWriter writer(&first_chunk, &zone); |