Index: src/debug-delay.js |
diff --git a/src/debug-delay.js b/src/debug-delay.js |
index 04fde1f99006b389e914cbb1fc27d9410bf779ef..14d8c8830dc9fe1ba3167794b5fb1c26cff0c201 100644 |
--- a/src/debug-delay.js |
+++ b/src/debug-delay.js |
@@ -1704,7 +1704,7 @@ DebugCommandProcessor.prototype.evaluateRequest_ = function(request, response) { |
if (global) { |
// Evaluate in the global context. |
response.body = |
- this.exec_state_.evaluateGlobal(expression), Boolean(disable_break); |
+ this.exec_state_.evaluateGlobal(expression, Boolean(disable_break)); |
return; |
} |