Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 8ff64fe1da70eb8276fc9ede6c6d076f9f2f9939..5f194676f8a275ac1525e9cd162eb6f4d728d79b 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -373,6 +373,7 @@ int GetNumberOfFunctions(JSObject* wasm); |
Handle<JSFunction> WrapExportCodeAsJSFunction(Isolate* isolate, |
Handle<Code> export_code, |
Handle<String> name, int arity, |
+ Handle<ByteArray> signature, |
Handle<JSObject> module_instance); |
// Check whether the given object is a wasm object. |