Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 3e24dae54c89da7b801058386bdfc7d0b738917b..3e296d129eb008347444bff8689319b6ac6f7891 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -81,7 +81,8 @@ class LCodeGen BASE_EMBEDDED { |
bool NeedsEagerFrame() const { |
return GetStackSlotCount() > 0 || |
info()->is_non_deferred_calling() || |
- !info()->IsStub(); |
+ !info()->IsStub() || |
+ info()->stub_that_uses_arguments(); |
} |
bool NeedsDeferredFrame() const { |
return !NeedsEagerFrame() && info()->is_deferred_calling(); |