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