Chromium Code Reviews| Index: test/mjsunit/debug-constructed-by.js |
| diff --git a/test/mjsunit/debug-constructed-by.js b/test/mjsunit/debug-constructed-by.js |
| index c904e25955caa3fc0fcf75bb0f01521bacbd9db9..2d92daa9bcb7389909f009d83e7ddefc15833a3b 100644 |
| --- a/test/mjsunit/debug-constructed-by.js |
| +++ b/test/mjsunit/debug-constructed-by.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; |
| // Simple constructor. |
| function Point(x,y) {} |