| Index: test/mjsunit/debug-stepout-recursive-function.js
|
| diff --git a/test/mjsunit/debug-stepout-recursive-function.js b/test/mjsunit/debug-stepout-recursive-function.js
|
| index 3741f26a8d055fc94e2c11ca23f7105ab28803a3..d3b168271a6b50e42cf900f90df05c17bfbdad06 100644
|
| --- a/test/mjsunit/debug-stepout-recursive-function.js
|
| +++ b/test/mjsunit/debug-stepout-recursive-function.js
|
| @@ -27,7 +27,7 @@
|
|
|
| // Flags: --expose-debug-as debug
|
| // Get the Debug object exposed from the debug context global object.
|
| -Debug = debug.Debug
|
| +Debug = debug.Debug;
|
|
|
| var exception = null;
|
| var step_out_count = 1;
|
| @@ -48,7 +48,7 @@ function listener(event, exec_state, event_data, data) {
|
| exception = e;
|
| }
|
|
|
| -};
|
| +}
|
|
|
| function BeginTest(name) {
|
| test_name = name;
|
|
|