| Index: src/compiler/linkage.h
|
| diff --git a/src/compiler/linkage.h b/src/compiler/linkage.h
|
| index 958e8dc94989736987cbb34a08035fc07377c3bc..8596327290b0643340868475e0a9580ad5ddb964 100644
|
| --- a/src/compiler/linkage.h
|
| +++ b/src/compiler/linkage.h
|
| @@ -368,7 +368,7 @@ class Linkage : public ZoneObject {
|
| bool ParameterHasSecondaryLocation(int index) const;
|
| LinkageLocation GetParameterSecondaryLocation(int index) const;
|
|
|
| - static int FrameStateInputCount(Runtime::FunctionId function);
|
| + static bool NeedsFrameStateInput(Runtime::FunctionId function);
|
|
|
| // Get the location where an incoming OSR value is stored.
|
| LinkageLocation GetOsrValueLocation(int index) const;
|
|
|