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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/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);

Powered by Google App Engine
This is Rietveld 408576698