| 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();
|
| }
|
|
|