| Index: Source/devtools/front_end/DebuggerModel.js
|
| diff --git a/Source/devtools/front_end/DebuggerModel.js b/Source/devtools/front_end/DebuggerModel.js
|
| index 4a9ec2e60d14a320cbaf4fceab48deca92db4524..85adc764c1a3f552efd2c78b12f2c50396d6fbcf 100644
|
| --- a/Source/devtools/front_end/DebuggerModel.js
|
| +++ b/Source/devtools/front_end/DebuggerModel.js
|
| @@ -887,7 +887,7 @@ WebInspector.DebuggerModel.CallFrame.prototype = {
|
| }
|
| callback(result, wasThrown);
|
| }
|
| - DebuggerAgent.evaluateOnCallFrame(this._payload.callFrameId, code, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, returnByValue, generatePreview, didEvaluateOnCallFrame.bind(this));
|
| + DebuggerAgent.evaluateOnCallFrame(this._payload.callFrameId, code, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, returnByValue, false, generatePreview, didEvaluateOnCallFrame.bind(this));
|
| },
|
|
|
| /**
|
|
|