| Index: src/wasm/wasm-module.cc
|
| diff --git a/src/wasm/wasm-module.cc b/src/wasm/wasm-module.cc
|
| index 93293c086b8f7f1f18298003276aff702be11bec..a305601407d559fb77b72378a2972880143e2a71 100644
|
| --- a/src/wasm/wasm-module.cc
|
| +++ b/src/wasm/wasm-module.cc
|
| @@ -929,7 +929,7 @@ MaybeHandle<WasmCompiledModule> WasmModule::CompileFunctions(
|
|
|
| MaybeHandle<WasmCompiledModule> nothing;
|
|
|
| - WasmModuleInstance temp_instance(this);
|
| + WasmInstance temp_instance(this);
|
| temp_instance.context = isolate->native_context();
|
| temp_instance.mem_size = GetMinModuleMemSize(this);
|
| temp_instance.mem_start = nullptr;
|
|
|