| Index: tracing/tracing/metrics/v8/execution_metric.html
 | 
| diff --git a/tracing/tracing/metrics/v8/execution_metric.html b/tracing/tracing/metrics/v8/execution_metric.html
 | 
| index 4fd0983b6c0cf97f119bd63919fff466f8a116bd..b8528fc1a2249dc8cf5c8c098e2bcd8b31a9445f 100644
 | 
| --- a/tracing/tracing/metrics/v8/execution_metric.html
 | 
| +++ b/tracing/tracing/metrics/v8/execution_metric.html
 | 
| @@ -217,7 +217,9 @@ tr.exportTo('tr.metrics.v8', function() {
 | 
|      computeDeoptimizeCodeMetrics(values, model);
 | 
|    }
 | 
|  
 | 
| -  tr.metrics.MetricRegistry.register(executionMetric);
 | 
| +  tr.metrics.MetricRegistry.register(executionMetric, {
 | 
| +    histogramNames: new Set([]),
 | 
| +  });
 | 
|  
 | 
|    return {
 | 
|      executionMetric,
 | 
| 
 |