Index: Source/devtools/front_end/console/ConsoleView.js |
diff --git a/Source/devtools/front_end/console/ConsoleView.js b/Source/devtools/front_end/console/ConsoleView.js |
index 9a2118b39203289bb5a9889b5fd91d70134d639b..d0c3e0eecc371f53999918b15578e99bcf0dc8bb 100644 |
--- a/Source/devtools/front_end/console/ConsoleView.js |
+++ b/Source/devtools/front_end/console/ConsoleView.js |
@@ -618,6 +618,8 @@ WebInspector.ConsoleView.prototype = { |
this._clearCurrentSearchResultHighlight(); |
this._consoleMessages = []; |
this._updateMessageList(); |
+ this._prompt.hideSuggestBox(); |
+ this._prompt.clearAutoComplete(true); |
if (this._searchRegex) |
this._searchableView.updateSearchMatchesCount(0); |