Index: test/fuzzer/wasm-section-fuzzers.cc |
diff --git a/test/fuzzer/wasm-section-fuzzers.cc b/test/fuzzer/wasm-section-fuzzers.cc |
index e95beba0fdb42a27332b9df92bef769b3aac03b7..7b7d0e11459578fbac67a3372830064701f9bef8 100644 |
--- a/test/fuzzer/wasm-section-fuzzers.cc |
+++ b/test/fuzzer/wasm-section-fuzzers.cc |
@@ -36,7 +36,7 @@ int fuzz_wasm_section(WasmSectionCode section, const uint8_t* data, |
v8::TryCatch try_catch(isolate); |
v8::internal::AccountingAllocator allocator; |
- v8::internal::Zone zone(&allocator); |
+ v8::internal::Zone zone(&allocator, ZONE_NAME); |
ZoneBuffer buffer(&zone); |
buffer.write_u32(kWasmMagic); |