| Index: third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| index 38a08ae989b049ff8e4c56af042ac4dfc87e725a..53383760545cf11f4c670ab6d0a7ef39292541f4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePanel.js
|
| @@ -46,7 +46,7 @@ WebInspector.ConsolePanel.prototype = {
|
| var wrapper = WebInspector.ConsolePanel.WrapperView._instance;
|
| if (wrapper && wrapper.isShowing())
|
| WebInspector.inspectorView.setDrawerMinimized(true);
|
| - this._view.show(this.element);
|
| + this._view.show(this.contentElement);
|
| },
|
|
|
| /**
|
|
|