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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/file-path-scoring.html

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: refactor py Created 3 years, 11 months 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/LayoutTests/inspector/components/file-path-scoring.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/file-path-scoring.html b/third_party/WebKit/LayoutTests/inspector/components/file-path-scoring.html
index dc073b545932e405de135320f3e93f3f26a53f16..022b8eca9a4ea5faafed7573cb650eb59c09e2a6 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/file-path-scoring.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/file-path-scoring.html
@@ -45,7 +45,7 @@ function test()
var scorer = new Sources.FilePathScoreFunction(query);
var bestScore = -1;
var bestIndex = -1;
- var filter = UI.FilteredListWidget.filterRegex(query);
+ var filter = QuickOpen.FilteredListWidget.filterRegex(query);
for(var i = 0; i < paths.length; ++i) {
if (!filter.test(paths[i]))
continue;

Powered by Google App Engine
This is Rietveld 408576698