| 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;
|
|
|