| 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 6e763316ae68a861915953ec73a572f89f9fc9ce..4743506a9e01bb5ab68ff2d153d9280ff91b13a6 100644
|
| --- a/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| +++ b/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js
|
| @@ -359,7 +359,7 @@ WebInspector.FilteredItemSelectionDialog.prototype = {
|
| if (!this._rowHeight) {
|
| var delegateIndex = this._filteredItems[index];
|
| var element = this._createItemElement(delegateIndex);
|
| - this._rowHeight = element.measurePreferredSize(this._viewportControl.contentElement()).height;
|
| + this._rowHeight = WebInspector.measurePreferredSize(element, this._viewportControl.contentElement()).height;
|
| }
|
| return this._rowHeight;
|
| },
|
|
|