| 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 a8ec067b30378b1e7a7a6b884047faa8e61f8d7d..b46b430c425006e300be0bd0677dfc5ea0166ec7 100644
|
| --- a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| +++ b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| @@ -38,7 +38,6 @@ WebInspector.FilteredItemSelectionDialog = function(delegate)
|
| {
|
| WebInspector.DialogDelegate.call(this);
|
|
|
| - this.element = createElement("div");
|
| 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"));
|
|
|