Chromium Code Reviews| Index: test/mjsunit/debug-liveedit-utils.js |
| diff --git a/test/mjsunit/debug-liveedit-utils.js b/test/mjsunit/debug-liveedit-utils.js |
| index c892ec9ae6f2cef93e82d1527544fd6e7a0a27db..15363c910e9d2aa205abe38cade12cee33fcdd6d 100644 |
| --- a/test/mjsunit/debug-liveedit-utils.js |
| +++ b/test/mjsunit/debug-liveedit-utils.js |
| @@ -28,7 +28,7 @@ |
| // Flags: --expose-debug-as debug |
| // Get the Debug object exposed from the debug context global object. |
| -Debug = debug.Debug |
| +Debug = debug.Debug; |
| function Return2010() { |
| return 2010; |