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
|
} |