| Index: third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js b/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
|
| index 7d745c4d8f727c1161306cd8d0223b063c35325c..6be020be4c1fe25ddd673f7ce12e8ba16c1376f7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
|
| @@ -308,8 +308,7 @@ QuickOpen.CommandMenu.ShowActionDelegate = class {
|
| * @return {boolean}
|
| */
|
| handleAction(context, actionId) {
|
| - new QuickOpen.FilteredListWidget(new QuickOpen.CommandMenuProvider()).showAsDialog();
|
| - InspectorFrontendHost.bringToFront();
|
| + QuickOpen.QuickOpen.show('>');
|
| return true;
|
| }
|
| };
|
|
|