Index: src/wasm/module-compiler.cc |
diff --git a/src/wasm/module-compiler.cc b/src/wasm/module-compiler.cc |
index b07cf10ea71e9dac9b06a0f6e5a602bd61daea41..14aac4ac708793de081f5c5dfed28774bc1ea6d3 100644 |
--- a/src/wasm/module-compiler.cc |
+++ b/src/wasm/module-compiler.cc |
@@ -1303,7 +1303,7 @@ int InstanceBuilder::ProcessImports(Handle<FixedArray> code_table, |
Handle<Code> import_wrapper = UnwrapOrCompileImportWrapper( |
isolate_, index, module_->functions[import.index].sig, |
Handle<JSReceiver>::cast(value), module_name, import_name, |
- module_->get_origin(), &imported_wasm_instances); |
+ module_->origin(), &imported_wasm_instances); |
if (import_wrapper.is_null()) { |
ReportLinkError("imported function does not match the expected type", |
index, module_name, import_name); |