| Index: test/fuzzer/wasm-section-fuzzers.h | 
| diff --git a/test/fuzzer/wasm-section-fuzzers.h b/test/fuzzer/wasm-section-fuzzers.h | 
| index f09544112eb166f0f6b32ce1fbc3511e8b4807b8..a28ada134ee0a3e707bccda6cfafd238c6c650fe 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::WasmSection::Code section, | 
| +int fuzz_wasm_section(v8::internal::wasm::WasmSectionCode section, | 
| const uint8_t* data, size_t size); | 
|  | 
| #endif  // WASM_SECTION_FUZZERS_H_ | 
|  |