| Index: src/runtime/runtime-test.cc
|
| diff --git a/src/runtime/runtime-test.cc b/src/runtime/runtime-test.cc
|
| index 32819269792bc12eced2964aefebeb23a7a23eda..8aa815d53d6c94fa60085553eb702167ad5889a0 100644
|
| --- a/src/runtime/runtime-test.cc
|
| +++ b/src/runtime/runtime-test.cc
|
| @@ -768,7 +768,7 @@ RUNTIME_FUNCTION(Runtime_DeserializeWasmModule) {
|
| if (!maybe_compiled_module.ToHandle(&compiled_module)) {
|
| return isolate->heap()->undefined_value();
|
| }
|
| - return *wasm::CreateCompiledModuleObject(
|
| + return *wasm::CreateWasmModuleObject(
|
| isolate, Handle<wasm::WasmCompiledModule>::cast(compiled_module),
|
| wasm::kWasmOrigin);
|
| }
|
|
|