| Index: src/v8-counters.h
|
| diff --git a/src/v8-counters.h b/src/v8-counters.h
|
| index c810cbac798ead2fb7554c282654ad045b6d4980..681a1a40921b19b1575e085a85bf81fa3a3b6149 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) \
|
|
|