| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index 374ebbcd897638b8d1846137c6c26afd1354187b..34d975f77e165324672cad61486d2b21474c16f7 100644
|
| --- a/src/v8-counters.h
|
| +++ b/src/v8-counters.h
|
| @@ -275,6 +275,7 @@ namespace internal {
|
| SC(runtime_profiler_ticks, V8.RuntimeProfilerTicks) \
|
| SC(smi_checks_removed, V8.SmiChecksRemoved) \
|
| SC(map_checks_removed, V8.MapChecksRemoved) \
|
| + SC(bounds_checks_removed, V8.BoundsChecksRemoved) \
|
| SC(quote_json_char_count, V8.QuoteJsonCharacterCount) \
|
| SC(quote_json_char_recount, V8.QuoteJsonCharacterReCount) \
|
| SC(new_space_bytes_available, V8.MemoryNewSpaceBytesAvailable) \
|
|
|