Index: src/v8-counters.h |
=================================================================== |
--- src/v8-counters.h (revision 1547) |
+++ src/v8-counters.h (working copy) |
@@ -122,8 +122,7 @@ |
SC(enum_cache_misses, V8.EnumCacheMisses) \ |
SC(reloc_info_count, V8.RelocInfoCount) \ |
SC(reloc_info_size, V8.RelocInfoSize) \ |
- SC(zone_segment_bytes, V8.ZoneSegmentBytes) \ |
- SC(clear_store_ic, V8.ClearStoreIC) |
+ SC(zone_segment_bytes, V8.ZoneSegmentBytes) |
// This file contains all the v8 counters that are in use. |