| 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 b15e0cd743c88dbc75d6fca8079d5feeab9d6a2c..a374fd456d6062f2efc9116c88a820ba4c04e70a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
|
| @@ -7,7 +7,7 @@
|
| /**
|
| * @unrestricted
|
| */
|
| -Sources.FilteredUISourceCodeListDelegate = class extends UI.FilteredListWidget.Delegate {
|
| +Sources.FilteredUISourceCodeListDelegate = class extends QuickOpen.FilteredListWidget.Delegate {
|
| /**
|
| * @param {!Map.<!Workspace.UISourceCode, number>=} defaultScores
|
| * @param {!Array<string>=} history
|
|
|