Index: Source/devtools/front_end/console/ConsoleViewMessage.js |
diff --git a/Source/devtools/front_end/console/ConsoleViewMessage.js b/Source/devtools/front_end/console/ConsoleViewMessage.js |
index 6736f2456e1ac7982329e6f4f9961458b4972270..c21d3b67ae60ef0fe372f39b31537e0bf495f31a 100644 |
--- a/Source/devtools/front_end/console/ConsoleViewMessage.js |
+++ b/Source/devtools/front_end/console/ConsoleViewMessage.js |
@@ -1110,7 +1110,7 @@ WebInspector.ConsoleViewMessage.prototype = { |
if (!this._repeatCountElement) { |
this._repeatCountElement = document.createElement("span"); |
- this._repeatCountElement.className = "bubble"; |
+ this._repeatCountElement.className = "console-message-repeat-count"; |
this._element.insertBefore(this._repeatCountElement, this._element.firstChild); |
this._element.classList.add("repeated-message"); |