Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: test/fuzzer/wasm-code.cc

Issue 2394213003: Named all zones in the project (Closed)
Patch Set: Merge branch 'master' into zonenames Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/fuzzer/parser.cc ('k') | test/fuzzer/wasm-section-fuzzers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/wasm-code.cc
diff --git a/test/fuzzer/wasm-code.cc b/test/fuzzer/wasm-code.cc
index 7b2f3bd28dae9e2763f12f6788c2b248cf22c695..5f310f06578d60cbe8c92f76eddba9d6c5385bab 100644
--- a/test/fuzzer/wasm-code.cc
+++ b/test/fuzzer/wasm-code.cc
@@ -36,7 +36,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
v8::TryCatch try_catch(isolate);
v8::internal::AccountingAllocator allocator;
- v8::internal::Zone zone(&allocator);
+ v8::internal::Zone zone(&allocator, ZONE_NAME);
TestSignatures sigs;
« no previous file with comments | « test/fuzzer/parser.cc ('k') | test/fuzzer/wasm-section-fuzzers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698