| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2014 The Chromium Authors. All rights reserved. | 3 Copyright 2014 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html> | 7 <html> |
| 8 <head> | 8 <head> |
| 9 <title>Binary Size Analysis</title> | 9 <title>Binary Size Analysis</title> |
| 10 <link rel='stylesheet' href='webtreemap/webtreemap.css'> | 10 <link rel='stylesheet' href='webtreemap/webtreemap.css'> |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 + '<td>' + (i+1) + '</td>' | 181 + '<td>' + (i+1) + '</td>' |
| 182 + '<td>' + escape(record.size) + '</td>' | 182 + '<td>' + escape(record.size) + '</td>' |
| 183 + '<td>' + escape(record.symbol) + '</td>' | 183 + '<td>' + escape(record.symbol) + '</td>' |
| 184 + '<td>' + link + '</td>' | 184 + '<td>' + link + '</td>' |
| 185 + '</tr>'; | 185 + '</tr>'; |
| 186 } | 186 } |
| 187 } | 187 } |
| 188 </script> | 188 </script> |
| 189 </body> | 189 </body> |
| 190 </html> | 190 </html> |
| OLD | NEW |