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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline Created 3 years, 9 months 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 60a5bbe6e6d44455c192508fcbee7b75e1ec23f9..7220526846a5b286379784340d44f506889295f1 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css.html
@@ -87,7 +87,7 @@ function test()
".green {",
" display"
].join("\n"));
- textEditor.setSelection(Common.TextRange.createFromLocation(1, 10));
+ textEditor.setSelection(TextUtils.TextRange.createFromLocation(1, 10));
InspectorTest.dumpTextWithSelection(textEditor);
InspectorTest.addSniffer(TextEditor.TextEditorAutocompleteController.prototype, "_onSuggestionsShownForTest", suggestionsShown);
InspectorTest.typeIn(textEditor, ":");

Powered by Google App Engine
This is Rietveld 408576698