Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 53bc82bc170925ffa5bd76d09f50bd922711dee9..14909b16bd5e35dc7209dc85d7a319c943ac85e0 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -568,7 +568,7 @@ |
translation->BeginArgumentsAdaptorFrame(closure_id, translation_size); |
break; |
case STUB: |
- translation->BeginCompiledStubFrame(translation_size); |
+ translation->BeginCompiledStubFrame(); |
break; |
} |