| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index 0162a5f336ed09e4d558bf6502a48cd60284548d..65ddce3575ff46225ce6f7c4d76595b0d0b86358 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -516,9 +516,9 @@ Handle<FixedArray> BuildFunctionTable(Isolate* isolate, uint32_t index,
|
| void PopulateFunctionTable(Handle<FixedArray> table, uint32_t table_size,
|
| const std::vector<Handle<Code>>* code_table);
|
|
|
| -Handle<JSObject> CreateCompiledModuleObject(Isolate* isolate,
|
| - Handle<FixedArray> compiled_module,
|
| - ModuleOrigin origin);
|
| +Handle<JSObject> CreateCompiledModuleObject(
|
| + Isolate* isolate, Handle<WasmCompiledModule> compiled_module,
|
| + ModuleOrigin origin);
|
|
|
| V8_EXPORT_PRIVATE MaybeHandle<JSObject> CreateModuleObjectFromBytes(
|
| Isolate* isolate, const byte* start, const byte* end, ErrorThrower* thrower,
|
|
|