| Index: src/wasm/module-decoder.h
|
| diff --git a/src/wasm/module-decoder.h b/src/wasm/module-decoder.h
|
| index 7cf5cfe3c107a8e4a7b1fd9ed9a80cd135c2393f..ba4daed2cb85622330c8b34c9fcdad9feb167551 100644
|
| --- a/src/wasm/module-decoder.h
|
| +++ b/src/wasm/module-decoder.h
|
| @@ -37,7 +37,8 @@ V8_EXPORT_PRIVATE FunctionSig* DecodeWasmSignatureForTesting(Zone* zone,
|
| // Decodes the bytes of a WASM function between
|
| // {function_start} and {function_end}.
|
| V8_EXPORT_PRIVATE FunctionResult DecodeWasmFunction(Isolate* isolate,
|
| - Zone* zone, ModuleEnv* env,
|
| + Zone* zone,
|
| + ModuleBytesEnv* env,
|
| const byte* function_start,
|
| const byte* function_end);
|
|
|
|
|