Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
index e435228680f86067dc7938fe70f8fe0855754dd6..56f50b24cf8812ca3ae69e5678f2f79e9961a969 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
@@ -713,7 +713,7 @@ Console.ConsoleView = class extends UI.VBox { |
this._appendMessageToEnd(this._consoleMessages[i]); |
this._updateFilterStatus(); |
this._searchableView.updateSearchMatchesCount(this._regexMatchRanges.length); |
- this._viewport.invalidate(); |
+ this._viewport.fullViewportInvalidate(); |
} |
/** |