Index: test/fuzzer/wasm-section-fuzzers.h |
diff --git a/test/fuzzer/wasm-section-fuzzers.h b/test/fuzzer/wasm-section-fuzzers.h |
index a28ada134ee0a3e707bccda6cfafd238c6c650fe..f09544112eb166f0f6b32ce1fbc3511e8b4807b8 100644 |
--- a/test/fuzzer/wasm-section-fuzzers.h |
+++ b/test/fuzzer/wasm-section-fuzzers.h |
@@ -10,7 +10,7 @@ |
#include "src/wasm/wasm-module.h" |
-int fuzz_wasm_section(v8::internal::wasm::WasmSectionCode section, |
+int fuzz_wasm_section(v8::internal::wasm::WasmSection::Code section, |
const uint8_t* data, size_t size); |
#endif // WASM_SECTION_FUZZERS_H_ |