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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js

Issue 2594883002: DevTools: [Persistence] introduce badged icons instead of checkmarks (Closed)
Patch Set: missing jsdoc Created 4 years 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
Index: third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
index e65892c1dff026350b2faf24efdb4e01c7a9fe32..732c8642981c85993fe50a7d616b22879d24d14e 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/treeoutline.js
@@ -638,7 +638,7 @@ var TreeElement = class {
}
/**
- * @param {!Array<!UI.Icon>} icons
+ * @param {!Array<!Element>} icons
*/
setLeadingIcons(icons) {
if (!this._leadingIconsElement && !icons.length)
@@ -655,7 +655,7 @@ var TreeElement = class {
}
/**
- * @param {!Array<!UI.Icon>} icons
+ * @param {!Array<!Element>} icons
*/
setTrailingIcons(icons) {
if (!this._trailingIconsElement && !icons.length)

Powered by Google App Engine
This is Rietveld 408576698