Index: test/mjsunit/debug-clearbreakpoint.js |
diff --git a/test/mjsunit/debug-clearbreakpoint.js b/test/mjsunit/debug-clearbreakpoint.js |
index 28920c53a516893d0dc4513b77ea2f8b53bce153..59479f2daa85c32040a1893093cb3955f2e21932 100644 |
--- a/test/mjsunit/debug-clearbreakpoint.js |
+++ b/test/mjsunit/debug-clearbreakpoint.js |
@@ -59,7 +59,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 some illegal clearbreakpoint requests. |
var request = '{' + base_request + '}' |