Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2256)

Unified Diff: Source/devtools/front_end/resources/ResourcesPanel.js

Issue 428563002: DevTools: separate style for error message bubble. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/resources/ResourcesPanel.js
diff --git a/Source/devtools/front_end/resources/ResourcesPanel.js b/Source/devtools/front_end/resources/ResourcesPanel.js
index 997b36c498216ea55ec210334ccfbc6dad612bb2..bf77ec476ec55444376d0fd52a7c8533457cfc3e 100644
--- a/Source/devtools/front_end/resources/ResourcesPanel.js
+++ b/Source/devtools/front_end/resources/ResourcesPanel.js
@@ -1213,7 +1213,7 @@ WebInspector.FrameResourceTreeElement.prototype = {
_setBubbleText: function(x)
{
if (!this._bubbleElement)
- this._bubbleElement = this._statusElement.createChild("div", "bubble");
+ this._bubbleElement = this._statusElement.createChild("div", "console-message-repeat-count");
this._bubbleElement.textContent = x;
},

Powered by Google App Engine
This is Rietveld 408576698