| Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| index b72a865af412c64a14f698a31970f3843da636e3..801db3eb74d69519261e9dd081cfee8f2e6f027f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| @@ -721,7 +721,6 @@ WebInspector.SelectUISourceCodeDialog.prototype = {
|
| {
|
| query = this.rewriteQuery(query);
|
| var uiSourceCode = this._uiSourceCodes[itemIndex];
|
| -
|
| var fullDisplayName = uiSourceCode.fullDisplayName();
|
| var indexes = [];
|
| var score = new WebInspector.FilePathScoreFunction(query).score(fullDisplayName, indexes);
|
|
|