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 87c0470fd53622c3f91b73d47378b209e67cb58a..efaaad10c87f2304c6e7a5cc4f421304cee1f4c4 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js |
@@ -334,6 +334,7 @@ Console.ConsoleView = class extends UI.VBox { |
this._prompt.clearAutocomplete(); |
if (!this._showAllMessagesCheckbox.checked()) |
this._updateMessageList(); |
+ this._consoleMessages.forEach(message => message.updateContextLabel()); |
} |
/** |