| Index: Source/devtools/front_end/JavaScriptSourceFrame.js
|
| diff --git a/Source/devtools/front_end/JavaScriptSourceFrame.js b/Source/devtools/front_end/JavaScriptSourceFrame.js
|
| index f70afae03e2f0768866d9a8797f0f5f32a1407ff..52a6f7b7763edaf7fdb150e1c0efd866426cc393 100644
|
| --- a/Source/devtools/front_end/JavaScriptSourceFrame.js
|
| +++ b/Source/devtools/front_end/JavaScriptSourceFrame.js
|
| @@ -111,7 +111,6 @@ WebInspector.JavaScriptSourceFrame.prototype = {
|
| */
|
| _evaluateInConsole: function(expression)
|
| {
|
| - WebInspector.console.show();
|
| WebInspector.console.evaluate(expression);
|
| },
|
|
|
|
|