| Index: test/mjsunit/debug-function-scopes.js
|
| diff --git a/test/mjsunit/debug-function-scopes.js b/test/mjsunit/debug-function-scopes.js
|
| index 8992fe79c573e2a64bb97e9c9a5c5446db780fb9..fac3b16b8d0757b85f72aa81cd6c4cb0106802f6 100644
|
| --- a/test/mjsunit/debug-function-scopes.js
|
| +++ b/test/mjsunit/debug-function-scopes.js
|
| @@ -42,7 +42,7 @@ function CheckScope(scope_mirror, scope_expectations, expected_scope_type) {
|
| }
|
| }
|
|
|
| -// A copy of the scope types from mirror-debugger.js.
|
| +// A copy of the scope types from debug/mirrors.js.
|
| var ScopeType = { Global: 0,
|
| Local: 1,
|
| With: 2,
|
|
|