| Index: src/wasm/wasm-objects.cc
|
| diff --git a/src/wasm/wasm-objects.cc b/src/wasm/wasm-objects.cc
|
| index cbab5e7dcd04d91d77fb77fc5312b43f41c15732..da8d4a88cee7c121aa7d81a953227ff5be203d1b 100644
|
| --- a/src/wasm/wasm-objects.cc
|
| +++ b/src/wasm/wasm-objects.cc
|
| @@ -967,6 +967,8 @@ Handle<WasmCompiledModule> WasmCompiledModule::New(
|
| maybe_signature_tables.ToHandleChecked());
|
| compiled_module->set_empty_function_tables(
|
| maybe_empty_function_tables.ToHandleChecked());
|
| + compiled_module->set_function_tables(
|
| + maybe_empty_function_tables.ToHandleChecked());
|
| }
|
| // TODO(mtrofin): we copy these because the order of finalization isn't
|
| // reliable, and we need these at Reset (which is called at
|
|
|