| Index: test/mjsunit/debug-scopes.js | 
| diff --git a/test/mjsunit/debug-scopes.js b/test/mjsunit/debug-scopes.js | 
| index 0788a55b0eb33dbf6c7fe5f4a2fc803d55ce5744..942bd2bb073804571bf39b01db88b07d25f44479 100644 | 
| --- a/test/mjsunit/debug-scopes.js | 
| +++ b/test/mjsunit/debug-scopes.js | 
| @@ -29,9 +29,8 @@ | 
| // The functions used for testing backtraces. They are at the top to make the | 
| // testing of source line/column easier. | 
|  | 
| - | 
| // Get the Debug object exposed from the debug context global object. | 
| -Debug = debug.Debug; | 
| +var Debug = debug.Debug; | 
|  | 
| var test_name; | 
| var listener_delegate; | 
|  |