Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 8ac8e7b2aa94d4eaccc8ad71e79c175b05e5c58a..70bd6140de6fa6024f624144e239405caf7ab222 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -224,7 +224,7 @@ class InstructionSelector final { |
// {call_code_immediate} to generate immediate operands to calls of code. |
// {call_address_immediate} to generate immediate operands to address calls. |
void InitializeCallBuffer(Node* call, CallBuffer* buffer, |
- CallBufferFlags flags, int stack_param_delta = 0); |
+ CallBufferFlags flags, int stack_slot_delta = 0); |
bool IsTailCallAddressImmediate(); |
int GetTempsCountForTailCallFromJSFunction(); |