| 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)
|
|
|