Index: Source/devtools/front_end/ui/ProgressIndicator.js |
diff --git a/Source/devtools/front_end/ui/ProgressIndicator.js b/Source/devtools/front_end/ui/ProgressIndicator.js |
index f28bf237339f39012cbd1cbedc04c30f7f919774..ed6252f3040ac8abeb3116fa707479eb20d3cf86 100644 |
--- a/Source/devtools/front_end/ui/ProgressIndicator.js |
+++ b/Source/devtools/front_end/ui/ProgressIndicator.js |
@@ -37,7 +37,7 @@ WebInspector.ProgressIndicator = function() |
{ |
this.element = createElementWithClass("div", "progress-indicator") |
this._shadowRoot = this.element.createShadowRoot(); |
- this._shadowRoot.appendChild(WebInspector.View.createStyleElement("ui/progressIndicator.css")); |
+ this._shadowRoot.appendChild(WebInspector.Widget.createStyleElement("ui/progressIndicator.css")); |
this._contentElement = this._shadowRoot.createChild("div", "progress-indicator-shadow-container"); |
this._labelElement = this._contentElement.createChild("div", "title"); |