| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js
|
| index 65e273242bb280d45e09e95487d500873d5f5d2e..33769d783d861642f8450099d3d399bb146ace0d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.js
|
| @@ -1,4 +1,4 @@
|
| -TestRunner.loadLazyModules(["quick_open"]).then(test);
|
| +TestRunner.loadModule("quick_open").then(test);
|
| function test() {
|
| TestRunner.addResult("Check to see that FilteredItemSelectionDialog uses proper regex to filter results.");
|
|
|
|
|