Index: src/compiler/js-inlining.h |
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
index f7a0ba3a97c75e6bba86697247a23c5027479dbd..af82ed6638f479d77a9e66920945637faa61df47 100644 |
--- a/src/compiler/js-inlining.h |
+++ b/src/compiler/js-inlining.h |
@@ -37,7 +37,7 @@ class JSInliner final : public AdvancedReducer { |
Node* CreateArgumentsAdaptorFrameState(JSCallFunctionAccessor* call, |
Zone* temp_zone); |
- Reduction InlineCall(Node* call, Node* start, Node* end); |
+ Reduction InlineCall(Node* call, Node* frame_state, Node* start, Node* end); |
}; |
} // namespace compiler |