| Index: src/compiler/wasm-compiler.h | 
| diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h | 
| index ee03d5ea4413a45270accd184fca494a3d568af9..db1938a6f52033b9bed60fdb51a3935f2134448e 100644 | 
| --- a/src/compiler/wasm-compiler.h | 
| +++ b/src/compiler/wasm-compiler.h | 
| @@ -79,6 +79,7 @@ class WasmGraphBuilder { | 
| Node* Merge(unsigned count, Node** controls); | 
| Node* Phi(wasm::LocalType type, unsigned count, Node** vals, Node* control); | 
| Node* EffectPhi(unsigned count, Node** effects, Node* control); | 
| +  Node* NumberConstant(int32_t value); | 
| Node* Int32Constant(int32_t value); | 
| Node* Int64Constant(int64_t value); | 
| Node* Float32Constant(float value); | 
|  |