| 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..738f882528634d723cce134f8961cdbc92675fd5 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", "bubble-repeat-count");
|
| this._bubbleElement.textContent = x;
|
| },
|
|
|
|
|