| Index: src/wasm/wasm-module.cc | 
| diff --git a/src/wasm/wasm-module.cc b/src/wasm/wasm-module.cc | 
| index dbacfb85dc1cd9446ff1b0075eee9c1d9aa45e27..c123136cf49fd8808a294188b54c0e5677aadbb5 100644 | 
| --- a/src/wasm/wasm-module.cc | 
| +++ b/src/wasm/wasm-module.cc | 
| @@ -174,7 +174,8 @@ class JSToWasmWrapperCache { | 
| if (target->kind() == Code::WASM_FUNCTION || | 
| target->kind() == Code::WASM_TO_JS_FUNCTION || | 
| target->builtin_index() == Builtins::kIllegal) { | 
| -          it.rinfo()->set_target_address(wasm_code->instruction_start()); | 
| +          it.rinfo()->set_target_address(isolate, | 
| +                                         wasm_code->instruction_start()); | 
| break; | 
| } | 
| } | 
|  |