| 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, ":");
|
|
|