| Index: tracing/tracing/ui/extras/v8/gc_objects_stats_table.html
|
| diff --git a/tracing/tracing/ui/extras/v8/gc_objects_stats_table.html b/tracing/tracing/ui/extras/v8/gc_objects_stats_table.html
|
| index eaa49c2e53e09e9587a574cc9b3760fe25febe07..3fd30bdbc281349472e48ad5a9f6a36847ce8626 100644
|
| --- a/tracing/tracing/ui/extras/v8/gc_objects_stats_table.html
|
| +++ b/tracing/tracing/ui/extras/v8/gc_objects_stats_table.html
|
| @@ -760,8 +760,9 @@ tr.exportTo('tr.ui.e.v8', function() {
|
|
|
| build_: function(objects, objectEntry, bucketSize) {
|
| var fixedArrayObject = objects['FIXED_ARRAY_TYPE'];
|
| - if (fixedArrayObject === undefined)
|
| + if (fixedArrayObject === undefined) {
|
| throw new Error('Fixed Array Object not found.');
|
| + }
|
|
|
| var groupEntries = {
|
| restEntry: new GroupedEntry('Rest', 0, 0, 0, new Array(bucketSize),
|
|
|