| Index: third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js b/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js
|
| index 519aaadeaf955ba466f446f3cab07e692b261be4..4ac28afa8dfd511c191c1eb5ee9951aa8bf87d99 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/text_editor/TextEditorAutocompleteController.js
|
| @@ -172,8 +172,7 @@ WebInspector.TextEditorAutocompleteController.prototype = {
|
| singleCharInput = true;
|
| break;
|
| }
|
| - if (this._suggestBox
|
| - && changeObject.origin === "+delete"
|
| + if (changeObject.origin === "+delete"
|
| && changeObject.removed.length === 1
|
| && changeObject.removed[0].length === 1
|
| && changeObject.to.line === cursor.line
|
|
|