Index: src/compiler/js-inlining.h |
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
index 515681f06e0ed70ed966cfbe11c2964ae7d97064..b075024dd372f440cfaf634a902f00613f2f0b41 100644 |
--- a/src/compiler/js-inlining.h |
+++ b/src/compiler/js-inlining.h |
@@ -38,7 +38,8 @@ class JSInliner final : public AdvancedReducer { |
Handle<SharedFunctionInfo> shared_info, |
Zone* temp_zone); |
- Reduction InlineCall(Node* call, Node* frame_state, Node* start, Node* end); |
+ Reduction InlineCall(Node* call, Node* context, Node* frame_state, |
+ Node* start, Node* end); |
}; |
} // namespace compiler |