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