mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1217239 - part 2 - fix bad rebase. r=jlong
This commit is contained in:
parent
2f51975f81
commit
a4bb4d65c4
@ -22,7 +22,7 @@ const TreeItem = module.exports = createClass({
|
||||
dom.span({ className: "heap-tree-item-total-count" }, item.totalCount),
|
||||
dom.span({ className: "heap-tree-item-name", style: { marginLeft: depth * INDENT }},
|
||||
arrow,
|
||||
this.toLabel(item.name)
|
||||
item.name
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user