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

Unified Diff: LayoutTests/inspector/editor/text-editor-autocomplete.html

Issue 676393003: Revert of DevTools: [CodeMirrro] defer autocomplete controller initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698