| Index: src/compiler/common-operator.h
|
| diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h
|
| index d9e5f85b9e5bdb7e1cbe7371609a94a72372a07f..cc2ae229357134869d11021e1c0332868b5ceb58 100644
|
| --- a/src/compiler/common-operator.h
|
| +++ b/src/compiler/common-operator.h
|
| @@ -163,7 +163,8 @@ class CommonOperatorBuilder final : public ZoneObject {
|
| // Constructs function info for frame state construction.
|
| const FrameStateFunctionInfo* CreateFrameStateFunctionInfo(
|
| FrameStateType type, int parameter_count, int local_count,
|
| - Handle<SharedFunctionInfo> shared_info);
|
| + Handle<SharedFunctionInfo> shared_info,
|
| + ContextCallingMode context_calling_mode);
|
|
|
| private:
|
| Zone* zone() const { return zone_; }
|
|
|