Index: src/compiler/wasm-compiler.h |
diff --git a/src/compiler/wasm-compiler.h b/src/compiler/wasm-compiler.h |
index c3e599429995b71e4dd22dd05709940a98c931da..e8cd9104a710943e20e62aeac86df0471e8462df 100644 |
--- a/src/compiler/wasm-compiler.h |
+++ b/src/compiler/wasm-compiler.h |
@@ -98,7 +98,7 @@ class WasmGraphBuilder { |
Node* Int64Constant(int64_t value); |
Node* Float32Constant(float value); |
Node* Float64Constant(double value); |
- Node* Constant(Handle<Object> value); |
+ Node* HeapConstant(Handle<HeapObject> value); |
Node* Binop(wasm::WasmOpcode opcode, Node* left, Node* right, |
wasm::WasmCodePosition position = wasm::kNoCodePosition); |
Node* Unop(wasm::WasmOpcode opcode, Node* input, |