| Index: third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| index a5e5bb25a9716e15e493a249d5b29f9e76eccf1c..2104b894a4f144fa813ab9eef4a1f2c65e90c7ab 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js
|
| @@ -642,9 +642,6 @@ WebInspector.DebuggerModel.prototype = {
|
| callback(null, !!wasThrown, wasThrown ? null : result, exceptionDetails);
|
| else
|
| callback(this.target().runtimeModel.createRemoteObject(result), !!wasThrown, undefined, exceptionDetails);
|
| -
|
| - if (objectGroup === "console")
|
| - this.dispatchEventToListeners(WebInspector.DebuggerModel.Events.ConsoleCommandEvaluatedInSelectedCallFrame);
|
| }
|
|
|
| this.selectedCallFrame().evaluate(code, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, returnByValue, generatePreview, didEvaluate.bind(this));
|
|
|