| Index: Source/devtools/front_end/ui/SuggestBox.js
|
| diff --git a/Source/devtools/front_end/ui/SuggestBox.js b/Source/devtools/front_end/ui/SuggestBox.js
|
| index 05dd67e49046cb4f7b90a98d441eb1f5cbf8d9b9..853680dd7fdbcac3b54d43f0f395a7a8ebec6e77 100644
|
| --- a/Source/devtools/front_end/ui/SuggestBox.js
|
| +++ b/Source/devtools/front_end/ui/SuggestBox.js
|
| @@ -411,7 +411,7 @@ WebInspector.SuggestBox.Overlay = function()
|
| {
|
| this.element = createElementWithClass("div", "suggest-box-overlay");
|
| var root = this.element.createShadowRoot();
|
| - root.appendChild(WebInspector.View.createStyleElement("ui/suggestBox.css"));
|
| + root.appendChild(WebInspector.Widget.createStyleElement("ui/suggestBox.css"));
|
| this._leftSpacerElement = root.createChild("div", "suggest-box-left-spacer");
|
| this._horizontalElement = root.createChild("div", "suggest-box-horizontal");
|
| this._topSpacerElement = this._horizontalElement.createChild("div", "suggest-box-top-spacer");
|
|
|