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

Unified Diff: test/fuzzer/wasm-names-section.cc

Issue 2345593003: [wasm] Master CL for Binary 0xC changes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [wasm] Master CL for Binary 0xC changes. Created 4 years, 3 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
Index: test/fuzzer/wasm-names-section.cc
diff --git a/test/fuzzer/wasm-names-section.cc b/test/fuzzer/wasm-names-section.cc
index 9a7989dac172baeec1d0a42cc561d5750282544f..76e59b8f57ac0472763bf4236472d330ff208137 100644
--- a/test/fuzzer/wasm-names-section.cc
+++ b/test/fuzzer/wasm-names-section.cc
@@ -5,6 +5,5 @@
#include "test/fuzzer/wasm-section-fuzzers.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
- return fuzz_wasm_section(v8::internal::wasm::WasmSection::Code::Names, data,
- size);
+ return fuzz_wasm_section(v8::internal::wasm::kNameSectionCode, data, size);
ahaas 2016/09/19 11:02:38 As far as I understood the changes in module-decod
titzer 2016/09/19 11:37:03 Done. Would you also be OK deferring the inlining
}

Powered by Google App Engine
This is Rietveld 408576698