| Index: Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| diff --git a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| index b46b430c425006e300be0bd0677dfc5ea0166ec7..e5d59202720e8bde07992af533d2d5ce587a88ca 100644
|
| --- a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| +++ b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| @@ -40,7 +40,7 @@ WebInspector.FilteredItemSelectionDialog = function(delegate)
|
|
|
| this.element.className = "filtered-item-list-dialog";
|
| this.element.addEventListener("keydown", this._onKeyDown.bind(this), false);
|
| - this.element.appendChild(WebInspector.View.createStyleElement("sources/filteredItemSelectionDialog.css"));
|
| + this.element.appendChild(WebInspector.Widget.createStyleElement("sources/filteredItemSelectionDialog.css"));
|
|
|
| this._promptElement = this.element.createChild("input", "monospace");
|
| this._promptElement.addEventListener("input", this._onInput.bind(this), false);
|
| @@ -540,7 +540,7 @@ WebInspector.JavaScriptOutlineDialog = function(uiSourceCode, selectItemCallback
|
| }
|
|
|
| /**
|
| - * @param {!WebInspector.View} view
|
| + * @param {!WebInspector.Widget} view
|
| * @param {!WebInspector.UISourceCode} uiSourceCode
|
| * @param {function(number, number)} selectItemCallback
|
| */
|
|
|