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..b39d73fdca8ee66391864587846b6b1101c3c4c1 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 = "bubble-repeat-count"; |
this._element.insertBefore(this._repeatCountElement, this._element.firstChild); |
this._element.classList.add("repeated-message"); |