Index: src/debug/debug.cc |
diff --git a/src/debug/debug.cc b/src/debug/debug.cc |
index 3830d8eed863c3092529de7f64016e80296a98ca..e770e98f11e03fca8b07c11a73953218ddfff70c 100644 |
--- a/src/debug/debug.cc |
+++ b/src/debug/debug.cc |
@@ -938,7 +938,7 @@ void Debug::PrepareStep(StepAction step_action, |
return; |
} |
- if (step_action != StepNext && step_action != StepMin) { |
+ if (step_action != StepNext) { |
// If there's restarter frame on top of the stack, just get the pointer |
// to function which is going to be restarted. |
if (thread_local_.restarter_frame_function_pointer_ != NULL) { |