Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index 854f08b8ce33109b4bb8725133c277072c57df3e..db94eb07aee42082f51c7632a4acd10c29e03fe5 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -616,7 +616,7 @@ class Deoptimizer : public Malloced { |
unsigned ComputeFixedSize(JSFunction* function) const; |
unsigned ComputeIncomingArgumentSize(JSFunction* function) const; |
- unsigned ComputeOutgoingArgumentSize() const; |
+ static unsigned ComputeOutgoingArgumentSize(Code* code, unsigned bailout_id); |
Object* ComputeLiteral(int index) const; |