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

Unified Diff: third_party/WebKit/LayoutTests/inspector/editor/text-editor-search-replace.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/inspector/editor/text-editor-search-replace.html
diff --git a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-search-replace.html b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-search-replace.html
index 5f12a93b7ff2477af923cd2ba514e7eb021c66b0..9ef7408d5ec442d94cbe3d8700e2984a25edcd9a 100644
--- a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-search-replace.html
+++ b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-search-replace.html
@@ -9,12 +9,12 @@
function test()
{
var textEditor;
- var panel = WebInspector.panels.sources;
+ var panel = UI.panels.sources;
InspectorTest.showScriptSource("edit-me.js", didShowScriptSource);
function showReplaceField()
{
- var searchableView = WebInspector.panels.sources.searchableView();
+ var searchableView = UI.panels.sources.searchableView();
searchableView.showSearchField();
searchableView._replaceCheckboxElement.click();
}

Powered by Google App Engine
This is Rietveld 408576698