Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698