Index: test/mjsunit/debug-clearbreakpointgroup.js |
diff --git a/test/mjsunit/debug-clearbreakpointgroup.js b/test/mjsunit/debug-clearbreakpointgroup.js |
index eca93787599cce7f8fb51f2cbbfa3a254c32926f..aad6c3aff7dc12f0978d1d44ecfc567ebb423977 100644 |
--- a/test/mjsunit/debug-clearbreakpointgroup.js |
+++ b/test/mjsunit/debug-clearbreakpointgroup.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"); |
// Clear breakpoint group 1. |
testArguments(dcp, '{"groupId":1}', true); |