Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index e2dc6a17cbda994fcb9b099a9f51feaee19019da..60fc5857d893b2945bbb8ad2117d1e88395ba84f 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -236,6 +236,7 @@ class WasmModuleInstance { |
void BuildFunctionTable(); |
// TODO(mtrofin): remove once we codegen away from the js heap. |
void InitializeFunctions(); |
+ void ProcessFunctionsPostLinking(); |
const WasmModule* module() const { return module_; } |
Handle<Context> native_context() { return native_context_; } |