Index: Source/devtools/front_end/ui/Toolbar.js |
diff --git a/Source/devtools/front_end/ui/Toolbar.js b/Source/devtools/front_end/ui/Toolbar.js |
index 0b8b38a87c990c50829bb49df2aa0633180ed283..cdbe5a52068f9360efc0fa80ac25a5b3f377bc01 100644 |
--- a/Source/devtools/front_end/ui/Toolbar.js |
+++ b/Source/devtools/front_end/ui/Toolbar.js |
@@ -39,7 +39,7 @@ WebInspector.Toolbar = function(parentElement) |
this.element = parentElement ? parentElement.createChild("div", "toolbar") : createElementWithClass("div", "toolbar"); |
this._shadowRoot = this.element.createShadowRoot(); |
- this._shadowRoot.appendChild(WebInspector.View.createStyleElement("ui/toolbar.css")); |
+ this._shadowRoot.appendChild(WebInspector.Widget.createStyleElement("ui/toolbar.css")); |
this._contentElement = this._shadowRoot.createChild("div", "toolbar-shadow"); |
this._contentElement.createChild("content"); |
WebInspector.installComponentRootStyles(this._contentElement); |