Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 0c3df51d76b4a87a44579c80f2f63137373efe78..c5e413cc2b8a042ce903d799d764b6f54a42b534 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -410,7 +410,7 @@ int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start, |
int32_t CallFunction(Isolate* isolate, Handle<JSObject> instance, |
ErrorThrower* thrower, const char* name, int argc, |
- Handle<Object> argv[]); |
+ Handle<Object> argv[], bool asm_js = false); |
} // namespace testing |
} // namespace wasm |
} // namespace internal |