| Index: Source/devtools/front_end/ui/Infobar.js
|
| diff --git a/Source/devtools/front_end/ui/Infobar.js b/Source/devtools/front_end/ui/Infobar.js
|
| index f2a86db641e63eb7546d239bb76c9468c574a7e5..5dfbf5a395e2c04e64e2d41dc3df4ab6d9a4a0d7 100644
|
| --- a/Source/devtools/front_end/ui/Infobar.js
|
| +++ b/Source/devtools/front_end/ui/Infobar.js
|
| @@ -11,7 +11,7 @@ WebInspector.Infobar = function(type, disableSetting)
|
| {
|
| this.element = createElementWithClass("div");
|
| this._shadowRoot = this.element.createShadowRoot();
|
| - this._shadowRoot.appendChild(WebInspector.View.createStyleElement("ui/infobar.css"));
|
| + this._shadowRoot.appendChild(WebInspector.Widget.createStyleElement("ui/infobar.css"));
|
| this._contentElement = this._shadowRoot.createChild("div", "infobar infobar-" + type);
|
| WebInspector.installComponentRootStyles(this.element);
|
|
|
|
|