| Index: test/mjsunit/debug-scripts-request.js
|
| diff --git a/test/mjsunit/debug-scripts-request.js b/test/mjsunit/debug-scripts-request.js
|
| index 80b3bce5971f41fe9a93ff4af3a6fcb4fbdfade7..41bff0e80531a143e9926e936ebe543b19a476a5 100644
|
| --- a/test/mjsunit/debug-scripts-request.js
|
| +++ b/test/mjsunit/debug-scripts-request.js
|
| @@ -60,7 +60,7 @@ function listener(event, exec_state, event_data, data) {
|
| try {
|
| if (event == Debug.DebugEvent.Break) {
|
| // Get the debug command processor.
|
| - var dcp = exec_state.debugCommandProcessor();
|
| + var dcp = exec_state.debugCommandProcessor("unspecified_running_state");
|
|
|
| // Test illegal scripts requests.
|
| testArguments(dcp, '{"types":"xx"}', false);
|
|
|