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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-hide-on-smart-brace.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-hide-on-smart-brace.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-hide-on-smart-brace.html b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-hide-on-smart-brace.html
index e038fe338d1efc2903f2ec7efdde0539ad8ba082..b50eba77f64c38518c8eefd4e023814b75f98499 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-hide-on-smart-brace.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-hide-on-smart-brace.html
@@ -24,7 +24,7 @@ function test()
InspectorTest.addSniffer(TextEditor.TextEditorAutocompleteController.prototype, "_onSuggestionsShownForTest", onSuggestionsShown);
textEditor.setText("one\n()");
- textEditor.setSelection(Common.TextRange.createFromLocation(1,1));
+ textEditor.setSelection(TextUtils.TextRange.createFromLocation(1,1));
InspectorTest.typeIn(textEditor, "o", function() { });
function onSuggestionsShown()

Powered by Google App Engine
This is Rietveld 408576698