| Index: LayoutTests/inspector/editor/text-editor-autocomplete.html
|
| diff --git a/LayoutTests/inspector/editor/text-editor-autocomplete.html b/LayoutTests/inspector/editor/text-editor-autocomplete.html
|
| index f74672e82d82d2bc56e08f9135370000f0e29839..43794fb72bd1888682a07559635cbf346c527e6a 100644
|
| --- a/LayoutTests/inspector/editor/text-editor-autocomplete.html
|
| +++ b/LayoutTests/inspector/editor/text-editor-autocomplete.html
|
| @@ -16,7 +16,6 @@
|
|
|
| var completionDictionary = new WebInspector.SampleCompletionDictionary();
|
| textEditor.setCompletionDictionary(completionDictionary);
|
| - textEditor._autocompleteController._initializeIfNeeded();
|
|
|
| InspectorTest.runTestSuite([
|
| function testSetInitialText(next)
|
|
|