| Index: test/mjsunit/debug-stepin-accessor-ic.js
|
| diff --git a/test/mjsunit/debug-stepin-accessor-ic.js b/test/mjsunit/debug-stepin-accessor-ic.js
|
| index 5f40dcb250f763bbcc67ad6a970b0e22ff7d5808..66c0580fd6adb4b659c4843c4f99aec40128dda7 100644
|
| --- a/test/mjsunit/debug-stepin-accessor-ic.js
|
| +++ b/test/mjsunit/debug-stepin-accessor-ic.js
|
| @@ -31,7 +31,7 @@ function listener(event, exec_state, event_data, data) {
|
| try {
|
| var source_line = exec_state.frame(0).sourceLineText();
|
| assertTrue(source_line.indexOf("// Break") > 0);
|
| - exec_state.prepareStep(Debug.StepAction.StepIn, 1);
|
| + exec_state.prepareStep(Debug.StepAction.StepIn);
|
| break_count++;
|
| } catch (e) {
|
| exception = e;
|
|
|