| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index d8a3f091f848b3c46ab159ca2120ae34392243ab..ff4f43bfcbded35d58ff771549d4bd68dbc98df8 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -602,7 +602,6 @@ double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms,
|
| SC(pc_to_code, V8.PcToCode) \
|
| SC(pc_to_code_cached, V8.PcToCodeCached) \
|
| /* The store-buffer implementation of the write barrier. */ \
|
| - SC(store_buffer_compactions, V8.StoreBufferCompactions) \
|
| SC(store_buffer_overflows, V8.StoreBufferOverflows)
|
|
|
|
|
|
|