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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.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/sources/autocomplete-css.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html
index 850bfe89fefa243cf5875c82c481004d1e535f9f..89c9d69930f395ac450bc2ab5650a3d5b92106ff 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html
@@ -87,9 +87,9 @@ function test()
".green {",
" display"
].join("\n"));
- textEditor.setSelection(WebInspector.TextRange.createFromLocation(1, 10));
+ textEditor.setSelection(Common.TextRange.createFromLocation(1, 10));
InspectorTest.dumpTextWithSelection(textEditor);
- InspectorTest.addSniffer(WebInspector.TextEditorAutocompleteController.prototype, "_onSuggestionsShownForTest", suggestionsShown);
+ InspectorTest.addSniffer(TextEditor.TextEditorAutocompleteController.prototype, "_onSuggestionsShownForTest", suggestionsShown);
InspectorTest.typeIn(textEditor, ":");
function suggestionsShown(words)

Powered by Google App Engine
This is Rietveld 408576698