| Index: Source/devtools/front_end/components/InspectorView.js
|
| diff --git a/Source/devtools/front_end/components/InspectorView.js b/Source/devtools/front_end/components/InspectorView.js
|
| index e99faf00b83e0715aaa393e9a6e2006ca4daf891..3ec314b2996073faf2750be01230e94c5363677b 100644
|
| --- a/Source/devtools/front_end/components/InspectorView.js
|
| +++ b/Source/devtools/front_end/components/InspectorView.js
|
| @@ -221,6 +221,7 @@ WebInspector.InspectorView.prototype = {
|
| {
|
| if (this._currentPanelLocked)
|
| return;
|
| + InspectorFrontendHost.bringToFront();
|
| if (this._currentPanel === x)
|
| return;
|
|
|
|
|