Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 6a6aef0b38e992f1c7aaee302e6ab04453196d65..61e98b2b0ce9c0053c131098bd74d30a4cc15c2f 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1718,9 +1718,9 @@ class HGraphBuilder { |
Handle<Type> type, |
HIfContinuation* continuation); |
- HValue* BuildCreateAllocationMemento(HValue* previous_object, |
- int previous_object_size, |
- HValue* payload); |
+ void BuildCreateAllocationMemento(HValue* previous_object, |
+ HValue* previous_object_size, |
+ HValue* payload); |
HInstruction* BuildConstantMapCheck(Handle<JSObject> constant, |
CompilationInfo* info); |