Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 907279ad511617257b8b28de6359cde2910cdf93..85977c132654265721d62de343a8fc3aacd8ac24 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1165,7 +1165,7 @@ class HGraphBuilder: public AstVisitor { |
HInstruction* BuildThisFunction(); |
- void AddCheckConstantFunction(Call* expr, |
+ void AddCheckConstantFunction(Handle<JSObject> holder, |
HValue* receiver, |
Handle<Map> receiver_map, |
bool smi_and_map_check); |