Index: src/compiler/linkage.h |
diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h |
index 0358cd28f1b054509750e1a402bb354fa909c7ee..9f01f32f4bd0d74f64d9547443dc5174e5e08a2b 100644 |
--- a/src/compiler/linkage.h |
+++ b/src/compiler/linkage.h |
@@ -251,7 +251,7 @@ class Linkage : public ZoneObject { |
// the frame offset, e.g. to index into part of a double slot. |
FrameOffset GetFrameOffset(int spill_slot, Frame* frame, int extra = 0) const; |
- static bool NeedsFrameState(Runtime::FunctionId function); |
+ static int FrameStateInputCount(Runtime::FunctionId function); |
// Get the location where an incoming OSR value is stored. |
LinkageLocation GetOsrValueLocation(int index) const; |