| Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| index e8a48011023d37e71ccf30280c31be253d0fe9a7..86f9371d34151b3339c5a0e246296e0d115e9762 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| @@ -10,10 +10,9 @@
|
| Sources.FilteredUISourceCodeListDelegate = class extends QuickOpen.FilteredListWidget.Delegate {
|
| /**
|
| * @param {!Map.<!Workspace.UISourceCode, number>=} defaultScores
|
| - * @param {!Array<string>=} history
|
| */
|
| - constructor(defaultScores, history) {
|
| - super(history || []);
|
| + constructor(defaultScores) {
|
| + super();
|
|
|
| this._defaultScores = defaultScores;
|
| this._scorer = new Sources.FilePathScoreFunction('');
|
|
|