Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index a764f3025634dc0cbb5c7eb1a1df1b49e1bea874..ea8a4bd9ca0575bdf040adfeecd3f69f9a579e26 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -137,6 +137,8 @@ class WasmGraphBuilder { |
void AppendToMerge(Node* merge, Node* from); |
void AppendToPhi(Node* phi, Node* from); |
+ void InitStackCheck(wasm::WasmCodePosition position); |
+ |
//----------------------------------------------------------------------- |
// Operations that read and/or write {control} and {effect}. |
//----------------------------------------------------------------------- |