Chromium Code Reviews| Index: test/mjsunit/debug-liveedit-2.js |
| diff --git a/test/mjsunit/debug-liveedit-2.js b/test/mjsunit/debug-liveedit-2.js |
| index 39ebf3a7461835b14bcdc9c8fc89ddf0da75437f..2d21100d839840029f0c86c17f6fe996987c44c4 100644 |
| --- a/test/mjsunit/debug-liveedit-2.js |
| +++ b/test/mjsunit/debug-liveedit-2.js |
| @@ -29,7 +29,7 @@ |
| // Get the Debug object exposed from the debug context global object. |
| -Debug = debug.Debug |
| +Debug = debug.Debug; |
| eval("function ChooseAnimal(p) {\n " + |
| " if (p == 7) {\n" + // Use p |