| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.html b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.html
|
| index 435c4fa437a9de7607c00381970d002193247271..8c79670a083877f5ae2770aa9e2f9235eeb77c81 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.html
|
| @@ -11,7 +11,7 @@ function test()
|
| var overrideShowMatchingItems = true;
|
| var history = [];
|
|
|
| - var StubDelegate = class extends WebInspector.FilteredListWidget.Delegate {
|
| + var StubDelegate = class extends UI.FilteredListWidget.Delegate {
|
| constructor()
|
| {
|
| super(history);
|
| @@ -36,7 +36,7 @@ function test()
|
|
|
| UnitTest.addResult("Input:" + JSON.stringify(input));
|
|
|
| - var filteredSelectionDialog = new WebInspector.FilteredListWidget(delegate);
|
| + var filteredSelectionDialog = new UI.FilteredListWidget(delegate);
|
| filteredSelectionDialog.showAsDialog();
|
| var promise = UnitTest.addSniffer(filteredSelectionDialog, "_itemsFilteredForTest").then(accept);
|
| filteredSelectionDialog.setQuery(query);
|
|
|