| Index: src/debug-debugger.js
|
| diff --git a/src/debug-debugger.js b/src/debug-debugger.js
|
| index d1bafb4dcd3d77fa99f354b0a843b74e90d060b4..163a0bd82959d9f248df5a673823378ed44c3820 100644
|
| --- a/src/debug-debugger.js
|
| +++ b/src/debug-debugger.js
|
| @@ -2078,7 +2078,7 @@ DebugCommandProcessor.prototype.evaluateRequest_ = function(request, response) {
|
|
|
| // Global evaluate.
|
| if (global) {
|
| - // Evaluate in the global context.
|
| + // Evaluate in the native context.
|
| response.body = this.exec_state_.evaluateGlobal(
|
| expression, Boolean(disable_break), additional_context_object);
|
| return;
|
|
|