Index: tools/binary_size/libsupersize/html_report.py |
diff --git a/tools/binary_size/libsupersize/html_report.py b/tools/binary_size/libsupersize/html_report.py |
index ac21349848ba87b3f3336ea32042893cb250ce2d..c1bb059dc363a4515f06cd0d0c9956e953d534ee 100644 |
--- a/tools/binary_size/libsupersize/html_report.py |
+++ b/tools/binary_size/libsupersize/html_report.py |
@@ -134,7 +134,7 @@ def _MakeCompactTree(symbols, include_symbols): |
symbol_type = _NODE_SYMBOL_TYPE_VTABLE |
elif symbol.name.endswith(']'): |
symbol_type = _NODE_SYMBOL_TYPE_GENERATED |
- _AddSymbolIntoFileNode(node, symbol_type, symbol.name, symbol.size, |
+ _AddSymbolIntoFileNode(node, symbol_type, symbol.name, symbol.pss, |
include_symbols) |
depth += 2 |
result[_NODE_MAX_DEPTH_KEY] = max(result[_NODE_MAX_DEPTH_KEY], depth) |