Index: src/debug/liveedit.h |
diff --git a/src/debug/liveedit.h b/src/debug/liveedit.h |
index 29fe60579feced820f726ca53044a400bf3c363a..a59046efb36b12938982ad44f273c2ae68e4fad7 100644 |
--- a/src/debug/liveedit.h |
+++ b/src/debug/liveedit.h |
@@ -172,7 +172,8 @@ class LiveEdit : AllStatic { |
*/ |
// A size of frame base including fp. Padding words starts right above |
// the base. |
- static const int kFrameDropperFrameSize = 4; |
+ static const int kFrameDropperFrameSize = |
+ 4 + StandardFrameConstants::kCPSlotCount; |
// A number of words that should be reserved on stack for the LiveEdit use. |
// Stored on stack in form of Smi. |
static const int kFramePaddingInitialSize = 1; |