| Index: test/mjsunit/debug-script-breakpoints.js
|
| diff --git a/test/mjsunit/debug-script-breakpoints.js b/test/mjsunit/debug-script-breakpoints.js
|
| index ec9656c28c47c70f50c27884121d69099d6c0bcd..a9fdf16e04d2136805b590fba0ebeb21852798ba 100644
|
| --- a/test/mjsunit/debug-script-breakpoints.js
|
| +++ b/test/mjsunit/debug-script-breakpoints.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;
|
|
|
| // Set and remove a script break point for a named script.
|
| var sbp = Debug.setScriptBreakPointByName("1", 2, 3);
|
|
|