Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2056)

Unified Diff: Source/devtools/front_end/sources/FilteredItemSelectionDialog.js

Issue 675753002: [DevTools] Drop "ui" module from toolbox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/main/SimpleApp.js ('k') | Source/devtools/front_end/toolbox.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
},
« no previous file with comments | « Source/devtools/front_end/main/SimpleApp.js ('k') | Source/devtools/front_end/toolbox.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698