| Index: Source/devtools/front_end/ui/TextPrompt.js
|
| diff --git a/Source/devtools/front_end/ui/TextPrompt.js b/Source/devtools/front_end/ui/TextPrompt.js
|
| index c406536c084704d1758273a8bca87457fc32dfd3..ebc4c49c4cc7953693e034edb47cda97debdb501 100644
|
| --- a/Source/devtools/front_end/ui/TextPrompt.js
|
| +++ b/Source/devtools/front_end/ui/TextPrompt.js
|
| @@ -569,9 +569,6 @@ WebInspector.TextPrompt.prototype = {
|
| */
|
| _acceptSuggestionInternal: function(prefixAccepted)
|
| {
|
| - if (this._isAcceptingSuggestion)
|
| - return false;
|
| -
|
| if (!this.autoCompleteElement || !this.autoCompleteElement.parentNode)
|
| return false;
|
|
|
|
|