| Index: third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js b/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| index 7b9266ec6bba70d98a90de9292d6d5e41f3f3d7a..d1f59e3de5d1300df550afe3a9e11dd09f17877f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js
|
| @@ -119,7 +119,7 @@ QuickOpen.FilteredListWidget = class extends UI.VBox {
|
| showAsDialog() {
|
| this._dialog = new UI.Dialog();
|
| this._dialog.setWrapsContent(true);
|
| - this._dialog.setPosition(undefined, 22);
|
| + this._dialog.setPosition(null, 22);
|
| this.show(this._dialog.element);
|
| this._dialog.show();
|
| this._updateShowMatchingItems();
|
|
|