| Index: test/common/wasm/wasm-module-runner.cc
|
| diff --git a/test/common/wasm/wasm-module-runner.cc b/test/common/wasm/wasm-module-runner.cc
|
| index 5a0b2e78a20c7387ec018a7f81aefe431c197382..4a18f1c42458fb010befbb227584357e8a04b50e 100644
|
| --- a/test/common/wasm/wasm-module-runner.cc
|
| +++ b/test/common/wasm/wasm-module-runner.cc
|
| @@ -201,7 +201,7 @@ int32_t CallWasmFunctionForTesting(Isolate* isolate, Handle<JSObject> instance,
|
| }
|
|
|
| void SetupIsolateForWasmModule(Isolate* isolate) {
|
| - WasmJs::InstallWasmFunctionMapIfNeeded(isolate, isolate->native_context());
|
| + WasmJs::InstallWasmMapsIfNeeded(isolate, isolate->native_context());
|
| WasmJs::InstallWasmModuleSymbolIfNeeded(isolate, isolate->global_object(),
|
| isolate->native_context());
|
| }
|
|
|