summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/debug-stepout-scope-part3.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/debug-stepout-scope-part3.js')
-rw-r--r--deps/v8/test/mjsunit/debug-stepout-scope-part3.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/deps/v8/test/mjsunit/debug-stepout-scope-part3.js b/deps/v8/test/mjsunit/debug-stepout-scope-part3.js
index c120640605..2584914681 100644
--- a/deps/v8/test/mjsunit/debug-stepout-scope-part3.js
+++ b/deps/v8/test/mjsunit/debug-stepout-scope-part3.js
@@ -44,9 +44,7 @@ function listener(event, exec_state, event_data, data) {
}
// Do steps until we reach the global scope again.
- if (true) {
- exec_state.prepareStep(Debug.StepAction.StepInMin, 1);
- }
+ exec_state.prepareStep(Debug.StepAction.StepIn);
}
}